CompletionList<T extends CompletionItem> constructor
Implementation
factory CompletionList([
_i2.List<T>? items,
_i2.bool? isIncomplete,
]) =>
_i5.callConstructor(
_declaredCompletionList,
[
items ?? _i6.undefined,
isIncomplete ?? _i6.undefined,
],
);