MultiSelectKey<T> typedef

MultiSelectKey<T> = FormKey<List<T>>

Implementation

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