indeterminate property - InputElementBase class - dart:html library (original) (raw)

description

bool? getindeterminate

Implementation

bool? get indeterminate;

setindeterminate (bool? value)

Implementation

set indeterminate(bool? value);