toSha1 method

String toSha1()

Implementation

String toSha1() => hex.encode(sha1.convert(utf8.encode(this)).bytes);