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