isSHA256 method

bool isSHA256()

Checks if string is SHA256.

Implementation

bool isSHA256() => ValidatorUtils.isSHA256(this);