GeolocationCoordinate.fromJson constructor

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

Implementation

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