toJson method
Converts a MenuButtonWebApp object to JSON object
Implementation
@override
Map<String, dynamic> toJson() {
return {
'type': type.value,
'text': text,
'web_app': webApp.toJson(),
};
}
Converts a MenuButtonWebApp object to JSON object
@override
Map<String, dynamic> toJson() {
return {
'type': type.value,
'text': text,
'web_app': webApp.toJson(),
};
}