factory WalletTransactions.fromJson(Map<String, dynamic> json) => WalletTransactions( status: json["status"], data: Data.fromJson(json["data"]), );