getAllOptions method

List<Option<Object?>> getAllOptions()
inherited

Gets a list of all options.

Implementation

List<Option<Object?>> getAllOptions() => _options.toList();