Returns true if the chosen has any of the supplied choice items
true
@override bool hasAny(List<S2Choice<T>> choices) { throw UnsupportedError('S2SingleChosen is not supported "hasAny" method'); }