sha256Hex property

String sha256Hex

Implementation

String get sha256Hex => _sha256Hex ??= base16.encode(sha256);