AllAbbrOptionsCompletionResult constructor

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

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

Implementation

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