getAll method

List<Currency> getAll()

Return list with all currencies

Implementation

List<Currency> getAll() {
  return _currencies;
}