DeviceExportV3Body constructor
- List<
EmailDetailsDTO> ? emailDetails, - required ExportFileTypeDTO exportFileType,
- String? filterText,
- bool? isUnassignedOnly,
- ApprovalDTO? dealerOrgApproval,
- ConnectionTypeDTO? connectionType,
- CellularDataStatusDTO? cellularDataStatus,
- CellularExpiryStatusDTO? cellularExpiryStatus,
- ExportColumnTemplate? columnTemplate,
Implementation
const DeviceExportV3Body({
this.emailDetails,
required this.exportFileType,
this.filterText,
this.isUnassignedOnly,
this.dealerOrgApproval,
this.connectionType,
this.cellularDataStatus,
this.cellularExpiryStatus,
this.columnTemplate,
});