fallback_coords property

  1. @JsonKey(name: 'latLng', fromJson: _toplevelhelperLatLng_fromJson, toJson: _toplevelhelperLatLng_toJson)
LatLng? fallback_coords
final

Implementation

@JsonKey(
  name: 'latLng',
  fromJson: _toplevelhelperLatLng_fromJson,
  toJson: _toplevelhelperLatLng_toJson,
)
final LatLng? fallback_coords;