startLocation property
LatLng?
get
startLocation
Implementation
LatLng? get startLocation => getProperty(this, 'start_location');
set
startLocation
(LatLng? value)
Implementation
set startLocation(LatLng? value) {
setProperty(this, 'start_location', value);
}