InlineCompletionItem constructor
Implementation
factory InlineCompletionItem(
_i2.Object insertText, [
_i3.Range? range,
_i3.Command? command,
]) =>
_i5.callConstructor(
_declaredInlineCompletionItem,
[
insertText,
range ?? _i6.undefined,
command ?? _i6.undefined,
],
);