toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"callback_query_id": callbackQueryId,
"text": text,
"show_alert": showAlert,
"url": url,
"cache_time": cacheTime,
"@extra": extra,
};
}