Wallet.fromJson(Map<String, dynamic> json) { walletId = json["wallet_id"]; type = json["type"]; d = BioCard.fromJson(json["d"]); walletType = json["wallet_type"]; }