AsyncStateData<T> constructor
AsyncStateData<T> (
- T value, [
- T? lastValue
Create an AsyncState representing the data state with value
.
Implementation
AsyncStateData(this.value, [super.lastValue]);