DeviceResourceAuditCompanion constructor
const
DeviceResourceAuditCompanion({
- Value<
int> id = const Value.absent(), - Value<
DateTime> createdAt = const Value.absent(), - Value<
double> cpuUsage = const Value.absent(), - Value<
double> ramInMB = const Value.absent(), - Value<
double> freeRamInMB = const Value.absent(), - Value<
double> storageInMB = const Value.absent(), - Value<
double> freeStorageInMB = const Value.absent(),
Implementation
const DeviceResourceAuditCompanion({
this.id = const Value.absent(),
this.createdAt = const Value.absent(),
this.cpuUsage = const Value.absent(),
this.ramInMB = const Value.absent(),
this.freeRamInMB = const Value.absent(),
this.storageInMB = const Value.absent(),
this.freeStorageInMB = const Value.absent(),
});