toJson method
Converts the Coordinates instance to a JSON map.
Returns a map containing key-value pairs that represent the properties of the Coordinates object.
Implementation
Map<String, dynamic> toJson() => _$CoordinatesToJson(this);
Converts the Coordinates instance to a JSON map.
Returns a map containing key-value pairs that represent the properties of the Coordinates object.
Map<String, dynamic> toJson() => _$CoordinatesToJson(this);