startLocation property

LatLngLiteralBuilder startLocation

Implementation

LatLngLiteralBuilder get startLocation =>
    _$this._startLocation ??= new LatLngLiteralBuilder();
void startLocation=(LatLngLiteralBuilder? startLocation)

Implementation

set startLocation(LatLngLiteralBuilder? startLocation) =>
    _$this._startLocation = startLocation;