getValue method

String getValue()

Returns the value of the matched Semantics via Widget.toDiagnosticsNode

Implementation

String getValue() {
  return getDiagnosticProp<String>('value');
}