encodeHex method

String encodeHex([
  1. bool hash = true
])

Implementation

String encodeHex([bool hash = true]) {
  return BytesUtils.toHexString(encode(hash));
}