commandParams property
      
      String?
      get
      commandParams
      
    
    
    
Implementation
String? get commandParams => _$this._commandParams;
      
      set
      commandParams
      (String? commandParams) 
      
    
    
    
Implementation
set commandParams(String? commandParams) =>
    _$this._commandParams = commandParams;