StorageState constructor
const
StorageState({})
Implementation
const StorageState({
this.isInitialized = false,
this.isLoading = false,
this.error,
this.secureDataCount = 0,
this.prefsDataCount = 0,
this.imageCacheCount = 0,
this.imageCacheSize = 0,
this.lastClearedAt,
this.lastClearedType,
this.lastImportedAt,
this.lastExportedAt,
});