isSHA1 method

bool isSHA1()

Checks if string is SHA251.

Implementation

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