toMap method
Implementation
Map toMap() {
Map map = {'groupId': groupId, 'userId': userId, 'groupDisplayName': groupDisplayName, 'extraMap': extraMap};
return map;
}
Map toMap() {
Map map = {'groupId': groupId, 'userId': userId, 'groupDisplayName': groupDisplayName, 'extraMap': extraMap};
return map;
}