isSHA256 property

bool get isSHA256

Discover if the String is a SHA256 Hash

Implementation

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