asTruck property
TruckRouteSearchOptions?
get
asTruck
Implementation
TruckRouteSearchOptions? get asTruck => this.isTruck ? this._value as TruckRouteSearchOptions : null;
TruckRouteSearchOptions? get asTruck => this.isTruck ? this._value as TruckRouteSearchOptions : null;