state property
Holds the current state of the async operation (loading, data, error).
Implementation
final CoderState<CoderAsyncState<T>> state = CoderState(
CoderAsyncState<T>.idle(),
);
Holds the current state of the async operation (loading, data, error).
final CoderState<CoderAsyncState<T>> state = CoderState(
CoderAsyncState<T>.idle(),
);