ProfitAndLoss constructor

ProfitAndLoss({
  1. ProfitColumns? columns,
  2. ProfitHeader? header,
  3. ProfitRows? rows,
})

Implementation

ProfitAndLoss({
  this.columns, this.header, this.rows
});