toSha1 property

String get toSha1

Converts a String to a SHA1 hash.

Implementation

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