changes property

List<Change> get changes

Snapshot of captured changes in order.

Implementation

List<Change> get changes => List.unmodifiable(_changes);