toJson method Null safety
override
Serializes this message to a JSON map.
Implementation
@override
Map<String, dynamic> toJson() => <String, String>{
'message': message,
};
Serializes this message to a JSON map.
@override
Map<String, dynamic> toJson() => <String, String>{
'message': message,
};