AsyncState<T>.idle constructor

const AsyncState<T>.idle()

Nothing loaded yet.

Implementation

const AsyncState.idle() : this._(LoadStatus.idle, null, null, false);