endLocation property

LatLng? get endLocation

Implementation

LatLng? get endLocation => getProperty(this, 'end_location');
set endLocation (LatLng? value)

Implementation

set endLocation(LatLng? value) {
  setProperty(this, 'end_location', value);
}