SubState<TSuccess, TError>.loading constructor

const SubState<TSuccess, TError>.loading()

The in-flight state, while the operation is running.

Implementation

const factory SubState.loading() = SubLoading<TSuccess, TError>;