factory Location.fromJson(Map<String, dynamic> json) => Location(lat: json["lat"]?.toDouble(), lng: json["lng"]?.toDouble());