isSHA256 property

bool get isSHA256

Discover if the String is a SHA256 Hash

Implementation

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