toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'maxMemberCount': this.maxMemberCount,
'isUserStatusNotify': this.isUserStatusNotify,
'token': this.token,
'capabilityNegotiationTypes': this.capabilityNegotiationTypes
};
}