WalletList.fromJson(Map<String, dynamic> json) { if(json["card"] != null) card = json["card"].map((e) => Wallet.fromJson(e)).toList(); }