ext property
bool
get
ext
Implementation
bool get ext => js_util.getProperty(this, 'ext');
set
ext
(bool newValue)
Implementation
set ext(bool newValue) {
js_util.setProperty(this, 'ext', newValue);
}