OnChainWalletData constructor

const OnChainWalletData({
  1. String? encodedWalletKey,
  2. String? encryptedWallet,
})

Implementation

const factory OnChainWalletData({
  String? encodedWalletKey,
  String? encryptedWallet,
}) = _OnChainWalletData;