XAsyncState<T>.empty constructor

const XAsyncState<T>.empty()

Creates a successful state that contains no data.

Implementation

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