ProfitAndLoss constructor
ProfitAndLoss({
- ProfitColumns? columns,
- ProfitHeader? header,
- ProfitRows? rows,
Implementation
ProfitAndLoss({
this.columns, this.header, this.rows
});