Bip32KeyPair constructor

const Bip32KeyPair({
  1. Bip32SigningKey? signingKey,
  2. Bip32VerifyKey? verifyKey,
})

Implementation

const Bip32KeyPair({this.signingKey, this.verifyKey});