toHex method

  1. @override
String toHex()
inherited

Hexadecimal representation of this hash value.

Implementation

@override
String toHex() => CryptoUtils.bytesToHex(_content);