ImportRowErrorCsvErrorDetails constructor

ImportRowErrorCsvErrorDetails({
  1. int? rowNumber,
})

Implementation

ImportRowErrorCsvErrorDetails({
  this.rowNumber,
});