asCarRoundabout property

CarInstructionRoundabout? get asCarRoundabout

Implementation

CarInstructionRoundabout? get asCarRoundabout => this.isCarRoundabout ? this._value as CarInstructionRoundabout : null;