MatchingOptionsCompletionResult constructor
const
MatchingOptionsCompletionResult({
- required CompletionLevel completionLevel,
- required String pattern,
A CompletionResult that suggests the options in a completionLevel that starts with pattern.
Implementation
const MatchingOptionsCompletionResult({
required this.completionLevel,
required this.pattern,
});