startLocation property

LatLng? startLocation

Implementation

LatLng? get startLocation => getProperty(this, 'start_location');
void startLocation=(LatLng? value)

Implementation

set startLocation(LatLng? value) {
  setProperty(this, 'start_location', value);
}