Geo.fromJson constructor

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

Implementation

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