toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'member_id': memberId?.toJson(),
'tag': tag,
'inviter_user_id': inviterUserId,
'joined_chat_date': joinedChatDate,
'status': status?.toJson(),
'@type': constructor,
};