asTruck property

Implementation

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