sha256 property

String? sha256
final

Manifest-declared integrity metadata (sha256 / size_bytes).

ADVISORY — carried for a post-download integrity check that core does not perform yet (the install path only asserts a non-empty file landed). Wiring an actual expected-hash/size verification into the download is a follow-up; until then a caller that needs integrity must verify these itself.

Implementation

final String? sha256;