FileValidationReport constructor
FileValidationReport({
- List<
ImportError> ? fileErrors, - String? fileName,
- bool? partialReport,
- List<
ImportRowError> ? rowErrors,
Implementation
FileValidationReport({
this.fileErrors,
this.fileName,
this.partialReport,
this.rowErrors,
});