bubbles property

bool bubbles

Implementation

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

Implementation

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