isSHA256 method

bool isSHA256()

SHA256 regex

Implementation

bool isSHA256() => RegVal.hasMatch(
      this,
      RegexPattern.sha256,
    );