options property

List<Option<T>> options
final

The list of options that the user can select from.

See also:

  • Option, which represents a single option in the list.

Implementation

final List<Option<T>> options;