toSha512 method

String toSha512()

Implementation

String toSha512() => hex.encode(sha512.convert(utf8.encode(this)).bytes);