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