AllOptionsAndCommandsCompletionResult constructor

const AllOptionsAndCommandsCompletionResult({
  1. required CompletionLevel completionLevel,
})

A CompletionResult that suggests all abbreviated options in a completionLevel.

Implementation

const AllOptionsAndCommandsCompletionResult({
  required this.completionLevel,
});