toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => <String, dynamic>{
  'icon_custom_emoji_id': iconCustomEmojiId.toString(),
  'organization_name': organizationName,
  'default_custom_description': defaultCustomDescription?.toJson(),
  'can_set_custom_description': canSetCustomDescription,
  '@type': constructor,
};