TextFieldKey typedef

TextFieldKey = FormKey<String>

Form key type for text field inputs with string values.

Implementation

typedef TextFieldKey = FormKey<String>;