BaseRepository<T extends JsonModel, TFilter extends DataFilter> constructor
BaseRepository<T extends JsonModel, TFilter extends DataFilter> ({
- bool shouldUseDeviceInfo = false,
- bool shouldUsePersistentUrl = false,
- RefreshInterceptor? refreshInterceptor,
- bool shouldUseLanguage = true,
Implementation
BaseRepository({
super.shouldUseDeviceInfo,
super.shouldUsePersistentUrl,
super.refreshInterceptor,
super.shouldUseLanguage,
});