asCar property

CarBriefRouteInfo? get asCar

Implementation

CarBriefRouteInfo? get asCar => this.isCar ? this._value as CarBriefRouteInfo : null;