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