kind property

The {@link TextEditorSelectionChangeKindchange kind} which has triggered this event. Can be undefined.

Implementation

_i3.TextEditorSelectionChangeKind? get kind => switch (_i5.getProperty(
      this,
      'kind',
    )) {
      _i2.String name =>
        _i3.TextEditorSelectionChangeKind.values.byName(name),
      _ => null
    };