bip32RootKey property

String? get bip32RootKey

Implementation

String? get bip32RootKey =>  _isMaster ? _bip32.toBase58() : null;