triggerKind property

InlineCompletionTriggerKind get triggerKind

Describes how the inline completion was triggered.

Implementation

_i3.InlineCompletionTriggerKind get triggerKind =>
    _i3.InlineCompletionTriggerKind.values.byName(_i5.getProperty(
      this,
      'triggerKind',
    ));