getAutofillHints method

Iterable<String> getAutofillHints()

Returns the autofillHints of the matched EditableText via Widget.toDiagnosticsNode

Implementation

Iterable<String> getAutofillHints() {
  return getDiagnosticProp<Iterable<String>>('autofillHints');
}