indeterminate property

bool indeterminate

Implementation

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

Implementation

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