Calculates the SHA1 digest and returns the value as a String of hexadecimal digits.
String get sha1 => crypto.sha1.convert(toUtf8()).toString();