isSHA1 property
bool
get
isSHA1
Discover if the String is a SHA1 hash
Example:
bool isSHA1 = "da39a3ee5e6b4b0d3255bfef95601890afd80709".isSHA1;
// Result: true
Implementation
bool get isSHA1 => GetUtils.isSHA1(this);