indeterminate property

bool? indeterminate

Implementation

bool? get indeterminate => js.indeterminate;
void indeterminate=(bool? value)

Implementation

set indeterminate(bool? value) => js.indeterminate = value;