NiceImportExportJob constructor
const
NiceImportExportJob({})
Implementation
const NiceImportExportJob({
required this.id,
required this.type,
required this.format,
required this.status,
this.fileName,
this.totalRows = 0,
this.processedRows = 0,
this.errorCount = 0,
this.createdAt,
this.completedAt,
this.errorMessage,
});