Coordinate.fromJson constructor

Coordinate.fromJson(
  1. Map<String, dynamic> json
)

Connect the generated _$CoordinateFromJson function to the fromJson factory.

Implementation

factory Coordinate.fromJson(Map<String, dynamic> json) =>
    _$CoordinateFromJson(json);