sha1 property

String get sha1

Calculates the SHA1 digest and returns the value as a String of hexadecimal digits.

Implementation

String get sha1 => crypto.sha1.convert(toUtf8()).toString();