hex method

String hex()

Implementation

String hex() {
  return encode(Encoding.hex);
}