walletTransactionsFromJson function
Implementation
WalletTransactions walletTransactionsFromJson(String str) =>
WalletTransactions.fromJson(json.decode(str));
WalletTransactions walletTransactionsFromJson(String str) =>
WalletTransactions.fromJson(json.decode(str));