BaseQueryBuilder<T, U> constructor
const
BaseQueryBuilder<T, U> (})
Implementation
const BaseQueryBuilder(
this.queryKey,
this.queryFn, {
required this.loading,
required this.error,
required this.success,
this.def,
this.queryAccess,
super.key,
this.mockError = false,
});