Returns true if the chosen contains the supplied choice item
true
@override bool has(S2Choice<T> choice) { return this.choice?.contains(choice) ?? false; }