dataHash property

  1. @TagNumber(7)
List<int> dataHash

Implementation

@$pb.TagNumber(7)
$core.List<$core.int> get dataHash => $_getN(6);
  1. @TagNumber(7)
void dataHash=(List<int> v)

Implementation

@$pb.TagNumber(7)
set dataHash($core.List<$core.int> v) { $_setBytes(6, v); }