WalletValue<T> constructor

WalletValue<T>({
  1. required ReadOnlyWallet wallet,
  2. required T metadata,
})

Implementation

WalletValue({required this.wallet, required this.metadata});