endPoint property

LatLng? endPoint

Implementation

LatLng? get endPoint => getProperty(this, 'end_point');
void endPoint=(LatLng? value)

Implementation

set endPoint(LatLng? value) {
  setProperty(this, 'end_point', value);
}