stencilReadOnly property
      
      bool
      get
      stencilReadOnly
      
    
    
    
Implementation
bool get stencilReadOnly => js_util.getProperty(this, 'stencilReadOnly');
      
      set
      stencilReadOnly
      (bool newValue) 
      
    
    
    
Implementation
set stencilReadOnly(bool newValue) {
  js_util.setProperty(this, 'stencilReadOnly', newValue);
}