ExchangeRate constructor

const ExchangeRate(
  1. String sourceCurrency,
  2. String targetCurrency,
  3. String value
)

Implementation

const ExchangeRate(this.sourceCurrency, this.targetCurrency, this.value);