autoSettings property
      
      bool?
      get
      autoSettings
      
    
    
    
Implementation
bool? get autoSettings => _autoSettings;
      
      set
      autoSettings
      (bool? val) 
      
    
    
    
Implementation
set autoSettings(bool? val) {
  _autoSettings = val;
  _set({"autoSettings": val});
}