CoderAsyncState<T>.idle constructor
CoderAsyncState<T>.idle ()
Factory to create an idle state (no loading, no data, no error).
Implementation
factory CoderAsyncState.idle() => const CoderAsyncState._();