toSHA1 method

String toSHA1()

Convert to SHA1 hash.

Implementation

String toSHA1() => sha1.convert(utf8.encode(this)).toString();