choice property

  1. @override
S2Choice<T>? choice
override

Returns the choice item(s)

Implementation

@override
S2Choice<T>? get choice {
  return _choice;
}