masterKey top-level property

Uint8List masterKey
final

From the BIP32 spec. Used when calculating the hmac of the seed

Implementation

final Uint8List masterKey = utf8.encoder.convert('Bitcoin seed');