NativeStorageInfo constructor
const
NativeStorageInfo({})
Implementation
const NativeStorageInfo({
required this.deviceTotal,
required this.deviceFree,
required this.modelsSize,
required this.cacheSize,
required this.tempSize,
required this.totalAppSize,
});