sha256 property

String get sha256

Returns the sha256 hash of this in hex notation.

Implementation

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