isSHA256 property

bool get isSHA256

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

Implementation

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