LatLong.fromJson constructor

LatLong.fromJson(
  1. dynamic json
)

Creates a new lat and long object from a given JSON object

Implementation

LatLong.fromJson(json) : super.fromJson(json);