toJSON method

Map<String, dynamic> toJSON()
override

Implementation

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