cellChanges property

List<NotebookDocumentCellChange> get cellChanges

An array of {@link NotebookDocumentCellChangecell changes}.

Implementation

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