StorageInformation constructor
StorageInformation({
- required uint32_t timeBootMs,
- required float totalCapacity,
- required float usedCapacity,
- required float availableCapacity,
- required float readSpeed,
- required float writeSpeed,
- required uint8_t storageId,
- required uint8_t storageCount,
- required StorageStatus status,
- required StorageType type,
- required List<
char> name, - required StorageUsageFlag storageUsage,
Implementation
StorageInformation({
required this.timeBootMs,
required this.totalCapacity,
required this.usedCapacity,
required this.availableCapacity,
required this.readSpeed,
required this.writeSpeed,
required this.storageId,
required this.storageCount,
required this.status,
required this.type,
required this.name,
required this.storageUsage,
});