current property
The current completion and corresponding replacement text, or null if no completion is available.
Implementation
({String completion, String replacement})? get current => _current;
Implementation
@protected
@nonVirtual
set current(({String completion, String replacement})? value) {
_current = value;
}