toJson method
override
Object to Map serializer
Implementation
@override
Map<String, dynamic> toJson() {
return {
'@type': 'updateStoryListChatCount',
if (extra != null) '@extra': extra,
'story_list': story_list,
'chat_count': chat_count
};
}