getChecked method

bool getChecked()

Returns the checked of the matched Semantics via Widget.toDiagnosticsNode

Implementation

bool getChecked() {
  return getDiagnosticProp<bool>('checked');
}