DataState<T>.idle constructor

const DataState<T>.idle()

Implementation

const factory DataState.idle() = DataStateIdle<T>;