toHex method

  1. @override
String toHex()
override

Implementation

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