sha256 property

  1. @TagNumber(4)
List<int> sha256

sha256 sum of file as downloaded

Implementation

@$pb.TagNumber(4)
$core.List<$core.int> get sha256 => $_getN(3);
  1. @TagNumber(4)
void sha256=(List<int> v)

Implementation

@$pb.TagNumber(4)
set sha256($core.List<$core.int> v) { $_setBytes(3, v); }