@override LatLng? fromJsonMap(Map<String, dynamic>? json) => json != null ? LatLng.fromJson(json) : null;