persisted property

bool persisted

Implementation

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

Implementation

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