isNative property
      
      bool
      get
      isNative
      
    
    
True if the mode is the display's native mode.
Implementation
bool get isNative => _wrapped.isNative;
      
      set
      isNative
      (bool v) 
      
    
    
    
Implementation
set isNative(bool v) {
  _wrapped.isNative = v;
}