done property

bool get done

Implementation

bool get done => js_util.getProperty(this, 'done');
set done (bool newValue)

Implementation

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