CellPlanInstallationLogDTO constructor

const CellPlanInstallationLogDTO({
  1. int? cellKitInstallCount,
  2. int? monitoredCount,
  3. DateTime? timestamp,
})

Implementation

const CellPlanInstallationLogDTO({
  this.cellKitInstallCount,
  this.monitoredCount,
  this.timestamp,
});