DeviceSyncV3Body constructor

const DeviceSyncV3Body({
  1. DateTime? toDate,
  2. DateTime? fromDate,
})

Implementation

const DeviceSyncV3Body({
  this.toDate,
  this.fromDate,
});