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