ImportRowErrorArchiveErrorDetails constructor
ImportRowErrorArchiveErrorDetails({
- ImportRowErrorCsvErrorDetails? csvError,
- String? filePath,
Implementation
ImportRowErrorArchiveErrorDetails({
this.csvError,
this.filePath,
});