Utility constructor

Utility({
  1. bool? importFromExcel,
  2. bool? exportToExcel,
})

Implementation

Utility({
  this.importFromExcel,
  this.exportToExcel,
});