toJson method

Map<String, dynamic> toJson()

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);