tokenDocumentHash property

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

Implementation

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

Implementation

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