isSHA1 property

bool isSHA1

Is this String a SHA1 character string?

Implementation

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