AllOptionsAndCommandsCompletionResult constructor
const
AllOptionsAndCommandsCompletionResult({
- required CompletionLevel completionLevel,
A CompletionResult that suggests all abbreviated options in a completionLevel.
Implementation
const AllOptionsAndCommandsCompletionResult({
required this.completionLevel,
});