class CurrencyPair { String? currencyOne; String? currencyTwo; CurrencyPair(this.currencyOne, this.currencyTwo); }