hasAll method

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

Returns `true if the chosen has every of the supplied choice items

Implementation

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