MortgageInterestRate constructor

MortgageInterestRate({
  1. double? percentage,
  2. String? type,
})

Implementation

MortgageInterestRate({
  this.percentage,
  this.type,
});