ObservedChange<T> constructor
const
ObservedChange<T> (
- Shard<
T> shard, - T previousState,
- T currentState
Creates an ObservedChange record.
Implementation
const ObservedChange(this.shard, this.previousState, this.currentState);