stencil property

bool stencil

Implementation

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

Implementation

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