contentChanges property

List<NotebookDocumentContentChange> get contentChanges

An array of content changes describing added or removed {@link NotebookCellcells}.

Implementation

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