Form key type for multiple answer fields with iterable values.
typedef MultipleAnswerKey<T> = FormKey<Iterable<T>>;