choice property

  1. @override
List<S2Choice<T>>? choice
override

Returns the choice item(s)

Implementation

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