toMd5 method

String toMd5([
  1. String salt = ''
])

Implementation

String toMd5([String salt = '']) => hex.encode(md5.convert(utf8.encode('$this$salt')).bytes);