XAsyncState<T>.initial constructor

const XAsyncState<T>.initial()

Creates a state before any work has started.

Implementation

const XAsyncState.initial() : this._(status: XAsyncStatus.initial);