toHex method

String toHex()
inherited

Implementation

String toHex() {
  return 'f${hex.encode(toBytes())}';
}