toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '3cc04740',
'\$name': 'MessagesDeleteQuickReplyShortcut',
'shortcutId': shortcutId,
};
// Finished toJson.
return returnValue;
}