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