isMD5 property

bool isMD5

Discover if the String is a MD5 Hash

Implementation

bool get isMD5 => GetUtils.isMD5(this);