static List<Coin> fromJSON(List<CoinJSON> coins) { return coins.map((e) => Coin.fromJSON(e)).toList(); }