walletTransactionsFromJson function

WalletTransactions walletTransactionsFromJson(
  1. String str
)

Implementation

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