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