toJson method
Serializes this instance to a JSON-compatible map.
Used internally, not intended for direct use by consumers. The map structure may change without notice.
Implementation
Map<String, dynamic> toJson() => <String, dynamic>{
'coord': coordinates,
'matchLink': _matchLink,
'matchRatio': _matchRatio,
};