privKey property

String? privKey

Implementation

String? get privKey => _keyPair != null ? HEX.encode(_keyPair!.privateKey) : null;