changes property

Stream<List<C>?> changes

Emits a list of changes when the state of the object changes.

Changes should produced in order, if significant.

Implementation

Stream<List<C>?> get changes => _delegate.changes;