GeoCoordinates.fromJson constructor

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

Implementation

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