Geopoint.fromJson constructor

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

Creates a Geopoint object from json

Implementation

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