InputKey typedef

InputKey = FormKey<String>

Form key type for text input fields with string values.

Implementation

typedef InputKey = FormKey<String>;