StorageStatisticsFast constructor
const
StorageStatisticsFast({})
Contains approximate storage usage statistics, excluding files of unknown file type
Implementation
const StorageStatisticsFast({
required this.filesSize,
required this.fileCount,
required this.databaseSize,
required this.languagePackDatabaseSize,
required this.logSize,
this.extra,
this.clientId,
});