contentChanges property

An array of content changes.

Implementation

_i2.List<_i3.TextDocumentContentChangeEvent> get contentChanges =>
    (_i5.getProperty(
      this,
      'contentChanges',
    ) as _i2.List)
        .cast();