pubKey property

String? pubKey

Implementation

String? get pubKey => _bip32 != null ? HEX.encode(_bip32!.publicKey) : null;