core.List<core.int> get sha256AsBytes => convert.base64.decode(sha256!);
set sha256AsBytes(core.List<core.int> bytes_) { sha256 = convert.base64.encode(bytes_).replaceAll('/', '_').replaceAll('+', '-'); }