Bip32ChainCode([List<int>? chaincode]) : _chainCode = (chaincode ?? List<int>.filled(Bip32KeyDataConst.chaincodeByteLen, 0)) .asImmutableBytes;