factory Mint.fromJson(List<Map<String, dynamic>> json) { return Mint(json.map((e) => MintInfo.fromJson(e)).toList()); }