hashCount property

  1. @TagNumber(2)
int hashCount

The number of hashes used by the algorithm.

Implementation

@$pb.TagNumber(2)
$core.int get hashCount => $_getIZ(1);
  1. @TagNumber(2)
void hashCount=(int v)

Implementation

@$pb.TagNumber(2)
set hashCount($core.int v) {
  $_setSignedInt32(1, v);
}