prop_autofillHints property

  1. @protected
  2. @nonVirtual
Iterable<String>? prop_autofillHints
inherited

Implementation

@protected
@nonVirtual
Iterable<String>? get prop_autofillHints {
  if (!this._$rxProp_autofillHints.wasInit()) {
    this
        ._$rxProp_autofillHints
        .setValue(this.widget.$getProp("autofillHints"));
  }
  return this._$rxProp_autofillHints.getValue();
}