isVolatile property

bool isVolatile

Implementation

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

Implementation

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