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();
Returns the sha256 hash of this
in hex notation.
String get sha256 => crypto.sha256.convert(utf8.encode(this)).toString();