FileValidationReport constructor

FileValidationReport({
  1. List<ImportError>? fileErrors,
  2. String? fileName,
  3. bool? partialReport,
  4. List<ImportRowError>? rowErrors,
})

Implementation

FileValidationReport({
  this.fileErrors,
  this.fileName,
  this.partialReport,
  this.rowErrors,
});