md5 property

String get md5

Implementation

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