toJSON method

Map<String, dynamic> toJSON()
override

Implementation

Map<String, dynamic> toJSON() => {
      'groupId': groupId,
      'invitationToken': invitationToken,
      'role': role,
      'status': status,
      'userIdList': userIdList.toJSON(),
    };