ChipInputKey<T> typedef

ChipInputKey<T> = FormKey<List<T>>

Form key type for chip input fields with list values.

Implementation

typedef ChipInputKey<T> = FormKey<List<T>>;