mask property

int mask

Implementation

int get mask => js_util.getProperty(this, 'mask');
void mask=(int newValue)

Implementation

set mask(int newValue) {
  js_util.setProperty(this, 'mask', newValue);
}