Returns the hexadecimal representation of the private key.
@override String toHex({bool lowerCase = false}) { return _privateKey.toHex(lowerCase: lowerCase); }