asScooterStart property
      
      ScooterInstructionStart?
      get
      asScooterStart
      
    
    
    
Implementation
ScooterInstructionStart? get asScooterStart => this.isScooterStart ? this._value as ScooterInstructionStart : null;