ext property

bool ext

Implementation

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

Implementation

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