Geolocation.fromJson constructor

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

Implementation

factory Geolocation.fromJson(Map<String, dynamic> json) =>
    FromJsonFactory().fromJson<Geolocation>(json);