FwStandardModulesUtilitiesWebImportImportExcelResponse constructor

const FwStandardModulesUtilitiesWebImportImportExcelResponse({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. String? webImportId,
  5. int? totalRecords,
  6. int? totalImported,
  7. int? totalFailed,
})

Implementation

const FwStandardModulesUtilitiesWebImportImportExcelResponse({
  this.status,
  this.success,
  this.msg,
  this.webImportId,
  this.totalRecords,
  this.totalImported,
  this.totalFailed,
});