CurrencyList constructor

CurrencyList({
  1. List<Currency>? currencies,
})

Implementation

CurrencyList({this.currencies});