ProfitHeader constructor

ProfitHeader({
  1. String? className,
  2. String? currency,
  3. String? customer,
  4. String? department,
  5. String? employee,
  6. String? endPeriod,
  7. String? item,
  8. List<Option>? options,
  9. String? reportBasis,
  10. String? reportName,
  11. String? startPeriod,
  12. String? summarizeColumnsBy,
  13. String? time,
  14. String? vendor,
})

Implementation

ProfitHeader({
  this.className, this.currency, this.customer, this.department,
  this.employee, this.endPeriod, this.item, this.options,
  this.reportBasis, this.reportName, this.startPeriod,
  this.summarizeColumnsBy, this.time, this.vendor
});