Countries using isoCode currency (e.g. 'USD').
isoCode
'USD'
static List<Country> withCurrency(String isoCode) => _all.withCurrency(isoCode);