StateChangeTuple<T> constructor
StateChangeTuple<T> (
- T? previous,
- T? current
Implementation
StateChangeTuple(this.previous, this.current);
StateChangeTuple(this.previous, this.current);