currencies property

List<String> get currencies

Get all supported currencies

Implementation

static List<String> get currencies => _currencyDefinitions.keys.toList();