asSpeed property
SimulationConstantSpeed?
get
asSpeed
Implementation
SimulationConstantSpeed? get asSpeed => this.isSpeed ? this._value as SimulationConstantSpeed : null;
SimulationConstantSpeed? get asSpeed => this.isSpeed ? this._value as SimulationConstantSpeed : null;