MatexDividendReinvestmentResult constructor

const MatexDividendReinvestmentResult({
  1. List<MatexDividendReinvestementYearlyPayoutReport> yearlyReports = const [],
  2. double netDividendeIncome = 0,
  3. double grossDividendPaid = 0,
  4. double totalContribution = 0,
  5. double netDividendPaid = 0,
  6. double startingBalance = 0,
  7. double numberOfShares = 0,
  8. double endingBalance = 0,
  9. double totalReturn = 0,
  10. double sharePrice = 0,
})

Implementation

const MatexDividendReinvestmentResult({
  this.yearlyReports = const [],
  this.netDividendeIncome = 0,
  this.grossDividendPaid = 0,
  this.totalContribution = 0,
  this.netDividendPaid = 0,
  this.startingBalance = 0,
  this.numberOfShares = 0,
  this.endingBalance = 0,
  this.totalReturn = 0,
  this.sharePrice = 0,
});