isSHA1 property

bool get isSHA1

检验字符串是否是SHA1编码字符

Implementation

bool get isSHA1 => StringUtils.isSHA1(this);