countries property
List of countries currency is being used in
You can use it as reference information, but don't rely on it too much
Some countries have their prefixes in brackets after them, for example,
United Kingdom (the)
. You might want to change that before
displaying to the end user
Implementation
List<String> get countries => Iso4217Countries[number.toString()] ?? [];