SortPrompt class

Sorting/ordering prompts

Constructors

SortPrompt()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

askPrioritize(String title, List<String> items) Future<List<String>>
Ask user to prioritize features/options
askSort(String title, List<String> options, {bool showOutput = true}) Future<List<String>>
Let user sort/order a list of items by preference Returns the sorted list of options
askSortGetValues(String title, List<String> options, {bool showOutput = true}) Future<List<String>>
Sort and return the sorted option names (alias for askSort)