asScooter property

ScooterRouteSearchOptions? get asScooter

Implementation

ScooterRouteSearchOptions? get asScooter => this.isScooter ? this._value as ScooterRouteSearchOptions : null;