isAutoSettable property
      
      bool
      get
      isAutoSettable
      
    
    
Can be automatically set by the backend.
Implementation
bool get isAutoSettable => _wrapped.isAutoSettable;
      
      set
      isAutoSettable
      (bool v) 
      
    
    
    
Implementation
set isAutoSettable(bool v) {
  _wrapped.isAutoSettable = v;
}