isMD5 property

bool get isMD5

Checks if string is MD5 hash.

Implementation

bool get isMD5 => matchesRegex(r'^[a-f0-9]{32}$');