BaseExchangeRate constructor

BaseExchangeRate({
  1. bool? active,
  2. String? terms,
})

Implementation

BaseExchangeRate({
  this.active,
  this.terms,
});