asMotorcycle property

MotorcycleRouteSearchOptions? get asMotorcycle

Implementation

MotorcycleRouteSearchOptions? get asMotorcycle => this.isMotorcycle ? this._value as MotorcycleRouteSearchOptions : null;