toSha256 method

String toSha256()

Implementation

String toSha256() => hex.encode(sha256.convert(utf8.encode(this)).bytes);