toHex method

String toHex()

Implementation

String toHex() {
  final bytes = toBytes();
  return BytesUtils.toHexString(bytes);
}