appHash property

  1. @TagNumber(11)
List<int> appHash

Implementation

@$pb.TagNumber(11)
$core.List<$core.int> get appHash => $_getN(10);
  1. @TagNumber(11)
void appHash=(List<int> v)

Implementation

@$pb.TagNumber(11)
set appHash($core.List<$core.int> v) { $_setBytes(10, v); }