asOverSpeed property

SimulationAutoWithOverSpeed? get asOverSpeed

Implementation

SimulationAutoWithOverSpeed? get asOverSpeed => this.isOverSpeed ? this._value as SimulationAutoWithOverSpeed : null;