isSHA256 property

bool isSHA256

Is this String a SHA256 character string?

Implementation

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