toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"id": id,
"title": title,
"icon": icon.toJson(),
"is_shareable": isShareable,
"has_my_invite_links": hasMyInviteLinks,
};
}