MatexDividendReinvestementPayout constructor

const MatexDividendReinvestementPayout({
  1. double grossDividendPayout = 0,
  2. double netDividendPayout = 0,
})

Implementation

const MatexDividendReinvestementPayout({
  this.grossDividendPayout = 0,
  this.netDividendPayout = 0,
});