CubitFetch<R> constructor

CubitFetch<R>({
  1. bool pending = false,
})

Implementation

CubitFetch({bool pending = false}) : super(pending ? FetchPending<R>() : FetchLoading<R>());