DeviceCountLogDTO constructor

const DeviceCountLogDTO({
  1. int? oncueValue,
  2. int? hepValue,
  3. DateTime? timestamp,
})

Implementation

const DeviceCountLogDTO({
  this.oncueValue,
  this.hepValue,
  this.timestamp,
});