AsyncValue<T>.idle constructor

const AsyncValue<T>.idle()

Implementation

const AsyncValue.idle()
    : state = AsyncState.idle,
      data = null,
      error = null,
      stackTrace = null,
      retryCount = null;