toMap method

Map<String, dynamic> toMap()

Implementation

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