endLocation property

LatLngLiteralBuilder endLocation

Implementation

LatLngLiteralBuilder get endLocation =>
    _$this._endLocation ??= new LatLngLiteralBuilder();
void endLocation=(LatLngLiteralBuilder endLocation)

Implementation

set endLocation(LatLngLiteralBuilder endLocation) =>
    _$this._endLocation = endLocation;