isMD5 property

bool get isMD5

Checks if the string is a valid MD5 hash.

Implementation

bool get isMD5 {
  return _isMD5(this);
}