utils/index library

Functions

formatAddress(String address) String
groupBy<T, K>(Iterable<T> values, K keyFunc(T)) Map<K, List<T>>