isMD5 method

bool isMD5()

Checks if string is MD5

Implementation

bool isMD5() => ValidatorUtils.isMD5(this);