Bip32KeyPair constructor

const Bip32KeyPair({
  1. Bip32PrivateKey? privateKey,
  2. Bip32PublicKey? publicKey,
})

Implementation

const Bip32KeyPair({this.privateKey, this.publicKey});