AutoCompleteKey typedef

AutoCompleteKey = FormKey<String>

Form key type for autocomplete fields with string values.

Implementation

typedef AutoCompleteKey = FormKey<String>;