StoreChange<Value> constructor

StoreChange<Value>(
  1. Value? previous,
  2. Value next
)

Implementation

StoreChange(
  this.previous,
  this.next,
);