MatexDividendReinvestementRecord constructor

const MatexDividendReinvestementRecord({
  1. double dividendAmount = 0,
  2. double numberOfshares = 0,
})

Implementation

const MatexDividendReinvestementRecord({
  this.dividendAmount = 0,
  this.numberOfshares = 0,
});