DeviceConnectionHistoryInsertV3Body constructor

const DeviceConnectionHistoryInsertV3Body({
  1. int? totalDeviceCount,
  2. int? totalOncueDeviceCount,
  3. int? totalHEPDeviceCount,
})

Implementation

const DeviceConnectionHistoryInsertV3Body({
  this.totalDeviceCount,
  this.totalOncueDeviceCount,
  this.totalHEPDeviceCount,
});