Geo.fromJson constructor

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

Implementation

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