toJson method
Gets Map from NearbyMessageContent
Implementation
Map<String, dynamic> toJson() {
return {'type': _type.name, 'id': id};
}
Gets Map from NearbyMessageContent
Map<String, dynamic> toJson() {
return {'type': _type.name, 'id': id};
}