isRoot property

bool isRoot
latefinal

Indicates whether this BIP32 hierarchical wallet is the root wallet.

Implementation

late final bool isRoot = bytesListEqual(_fingerPrint, Uint8List(4));