toHex method

  1. @override
String toHex()
override

Converts the program to a hexadecimal string.

Implementation

@override
String toHex() {
  return BytesUtils.toHexString(toBytes());
}