sha1 property

String get sha1

Implementation

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