Returns `true if the selection has every of the supplied values
@override bool hasAll(List<S2Choice<T>> choices) { return choices.every((e) => has(e)); }