AllOptionsAndCommandsCompletionResult class

A CompletionResult that suggests all options and commands in a completionLevel.

Inheritance

Constructors

AllOptionsAndCommandsCompletionResult({required CompletionLevel completionLevel})
A CompletionResult that suggests all options and commands in a completionLevel.
const

Properties

completionLevel CompletionLevel
The CompletionLevel in which the suggested options and subcommands are supposed to be located at.
final
completions Map<String, String?>
A collection of MapEntry with completion suggestions to their descriptions.
no setteroverride
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