list property

List<K> get list

Implementation

List<K> get list =>
    CurrencyProvider.getAll().map((e) => K.toObject(e)).cast<K>().toList();