declare property

bool get declare

Implementation

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

Implementation

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