ProfitRow constructor

ProfitRow({
  1. List<ProfitRow>? rows,
  2. RowHeader? header,
  3. List<ProfitColumn>? columns,
})

Implementation

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