CoderAsyncState<T>.loading constructor

CoderAsyncState<T>.loading()

Factory to create a loading state.

Implementation

factory CoderAsyncState.loading() => const CoderAsyncState._(isLoading: true);