getHint method

String getHint()

Returns the hint of the matched Semantics via Widget.toDiagnosticsNode

Implementation

String getHint() {
  return getDiagnosticProp<String>('hint');
}