ProfitRow constructor
ProfitRow({
- List<
ProfitRow> ? rows, - RowHeader? header,
- List<
ProfitColumn> ? columns,
Implementation
ProfitRow({
this.rows, this.header, this.columns
});