ImportRowErrorXlsxErrorDetails constructor

ImportRowErrorXlsxErrorDetails({
  1. int? rowNumber,
  2. String? sheet,
})

Implementation

ImportRowErrorXlsxErrorDetails({
  this.rowNumber,
  this.sheet,
});