NetworkAuditCompanion constructor
const
NetworkAuditCompanion({
- Value<
int> id = const Value.absent(), - Value<
DateTime> createdAt = const Value.absent(), - Value<
double> totalDownload = const Value.absent(), - Value<
double> totalUpload = const Value.absent(), - Value<
double> downloadSpeed = const Value.absent(), - Value<
double> uploadSpeed = const Value.absent(), - Value<
bool> isWifi = const Value.absent(), - Value<
bool> isCellular = const Value.absent(), - Value<
bool> isEthernet = const Value.absent(), - Value<
String?> wifiSsid = const Value.absent(),
Implementation
const NetworkAuditCompanion({
this.id = const Value.absent(),
this.createdAt = const Value.absent(),
this.totalDownload = const Value.absent(),
this.totalUpload = const Value.absent(),
this.downloadSpeed = const Value.absent(),
this.uploadSpeed = const Value.absent(),
this.isWifi = const Value.absent(),
this.isCellular = const Value.absent(),
this.isEthernet = const Value.absent(),
this.wifiSsid = const Value.absent(),
});