pubKey property

String? pubKey

Implementation

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