hash property

String hash

Implementation

String get hash => md5.convert(utf8.encode(toString())).toString();