Bip32KeyPair constructor
const
Bip32KeyPair({
- Bip32PrivateKey? privateKey,
- Bip32PublicKey? publicKey,
Implementation
const Bip32KeyPair({this.privateKey, this.publicKey});