sha256Hex method

String sha256Hex()

Implementation

String sha256Hex() {
  return crypto.sha256.convert(this).toString();
}