hasAny method

  1. @override
bool hasAny(
  1. List<S2Choice<T>> choices
)
override

Returns true if the chosen has any of the supplied choice items

Implementation

@override
bool hasAny(List<S2Choice<T>> choices) {
  throw UnsupportedError('S2SingleChosen is not supported "hasAny" method');
}