toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '6a4ee832',
'\$name': 'HelpDeepLinkInfo',
'flags': flags,
'updateApp': updateApp,
'message': message,
'entities': entities,
};
// Finished toJson.
return returnValue;
}