CompletionState constructor
- @visibleForTesting
A description of the state of a user input when requesting completion.
Implementation
@visibleForTesting
const CompletionState({
required this.cword,
required this.point,
required this.line,
required this.args,
});