hashingAlgorithm property

  1. @TagNumber(9)
HashingAlgorithm hashingAlgorithm

Implementation

@$pb.TagNumber(9)
HashingAlgorithm get hashingAlgorithm => $_getN(8);
  1. @TagNumber(9)
void hashingAlgorithm=(HashingAlgorithm v)

Implementation

@$pb.TagNumber(9)
set hashingAlgorithm(HashingAlgorithm v) { setField(9, v); }