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