isMD5 property
bool
get
isMD5
Determines whether a given string represents a valid MD5 hash.
Implementation
bool get isMD5 => _hasMatch(this, r'^[a-f0-9]{32}$');
Determines whether a given string represents a valid MD5 hash.
bool get isMD5 => _hasMatch(this, r'^[a-f0-9]{32}$');