stencil property

bool get stencil

Implementation

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

Implementation

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