ProfitColumns constructor

ProfitColumns({
  1. List<ProfitColumn>? columns,
})

Implementation

ProfitColumns({
  this.columns
});