ImportRowErrorArchiveErrorDetails constructor

ImportRowErrorArchiveErrorDetails({
  1. ImportRowErrorCsvErrorDetails? csvError,
  2. String? filePath,
})

Implementation

ImportRowErrorArchiveErrorDetails({
  this.csvError,
  this.filePath,
});