stencil property

bool? get stencil

Implementation

_i2.bool? get stencil => _i4.getProperty(
      this,
      'stencil',
    );
set stencil (bool? value)

Implementation

set stencil(_i2.bool? value) {
  _i4.setProperty(
    this,
    'stencil',
    value ?? _i6.undefined,
  );
}