MatexDividendReinvestementPayoutReport constructor

const MatexDividendReinvestementPayoutReport({
  1. double additionalSharesFromAnnualContribution = 0,
  2. double additionalSharesFromDrip = 0,
  3. double cumulativeGrossAmount = 0,
  4. double grossDividendPayout = 0,
  5. double cumulativeNetAmount = 0,
  6. double netDividendPayout = 0,
  7. double averageSharePrice = 0,
  8. double numberOfShares = 0,
  9. double endingBalance = 0,
  10. double sharePrice = 0,
})

Implementation

const MatexDividendReinvestementPayoutReport({
  this.additionalSharesFromAnnualContribution = 0,
  this.additionalSharesFromDrip = 0,
  this.cumulativeGrossAmount = 0,
  double grossDividendPayout = 0,
  this.cumulativeNetAmount = 0,
  double netDividendPayout = 0,
  this.averageSharePrice = 0,
  this.numberOfShares = 0,
  this.endingBalance = 0,
  this.sharePrice = 0,
}) : super(
        grossDividendPayout: grossDividendPayout,
        netDividendPayout: netDividendPayout,
      );