BaseAsyncData<T> constructor
const
BaseAsyncData<T> (
- T value
Creates a BaseAsyncData with the given value.
Implementation
const BaseAsyncData(this.value);
Creates a BaseAsyncData with the given value.
const BaseAsyncData(this.value);