ProfitColumn constructor

ProfitColumn({
  1. String? colTitle,
  2. String? colType,
})

Implementation

ProfitColumn({
  this.colTitle, this.colType
});