Northeast.fromJson constructor

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

Implementation

Northeast.fromJson(Map<String, dynamic> json) {
  lat = json["lat"];
  lng = json["lng"];
}