InlineCompletionItem constructor

InlineCompletionItem(
  1. Object insertText, [
  2. Range? range,
  3. Command? command
])

Implementation

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