privateKeyHex method

String privateKeyHex()

Implementation

String privateKeyHex() {
  return hex.encode(_serializedKey());
}