stencilReadOnly property

bool stencilReadOnly

Implementation

bool get stencilReadOnly => js_util.getProperty(this, 'stencilReadOnly');
void stencilReadOnly=(bool newValue)

Implementation

set stencilReadOnly(bool newValue) {
  js_util.setProperty(this, 'stencilReadOnly', newValue);
}