privKey property

String? get privKey

Implementation

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