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