sha256 property
- @TagNumber(4)
sha256 sum of file as downloaded
Implementation
@$pb.TagNumber(4)
$core.List<$core.int> get sha256 => $_getN(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set sha256($core.List<$core.int> v) { $_setBytes(3, v); }