Coords.fromJson constructor

Coords.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Coords.fromJson(Map<String, Object?> json) => _$CoordsFromJson(json);