DeviceExportV3Body constructor

const DeviceExportV3Body({
  1. List<EmailDetailsDTO>? emailDetails,
  2. required ExportFileTypeDTO exportFileType,
  3. String? filterText,
  4. bool? isUnassignedOnly,
  5. ApprovalDTO? dealerOrgApproval,
  6. ConnectionTypeDTO? connectionType,
  7. CellularDataStatusDTO? cellularDataStatus,
  8. CellularExpiryStatusDTO? cellularExpiryStatus,
  9. ExportColumnTemplate? columnTemplate,
})

Implementation

const DeviceExportV3Body({
  this.emailDetails,
  required this.exportFileType,
  this.filterText,
  this.isUnassignedOnly,
  this.dealerOrgApproval,
  this.connectionType,
  this.cellularDataStatus,
  this.cellularExpiryStatus,
  this.columnTemplate,
});