isSHA1 property
bool
get
isSHA1
Discover if the String is a SHA1 Hash
Implementation
bool get isSHA1 => GetUtils.isSHA1(this);
Discover if the String is a SHA1 Hash
bool get isSHA1 => GetUtils.isSHA1(this);