ExchangeRate constructor
ExchangeRate({
- double? amount,
- CurrencyType? sourceCurrency,
- CurrencyType? targetCurrency,
Implementation
ExchangeRate({
this.amount,
this.sourceCurrency,
this.targetCurrency,
});