chainCode property
      
      Bip32ChainCode
      get
      chainCode
      
    
    
Gets the chain code associated with the BIP32 key.
Implementation
Bip32ChainCode get chainCode {
  return keyData.chainCode;
}
Gets the chain code associated with the BIP32 key.
Bip32ChainCode get chainCode {
  return keyData.chainCode;
}