hasAll abstract method

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

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

Implementation

bool hasAll(List<S2Choice<T>> choices);