StoreChange<Value> constructor
StoreChange<Value> (
- Value? previous,
- Value next
Implementation
StoreChange(
this.previous,
this.next,
);
StoreChange(
this.previous,
this.next,
);