isInCurrencyWithCurrency method

bool isInCurrencyWithCurrency(
  1. Currency other
)

Implementation

bool isInCurrencyWithCurrency(Currency other) => currency == other;