ApiGetRequestOptions constructor
const
ApiGetRequestOptions({})
Implementation
const ApiGetRequestOptions({
super.headers,
super.noAuth,
this.cache = true,
this.cacheTtl,
this.forceRefresh = false,
this.invalidateCache = false,
});