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