hashingAlgorithm property

  1. @TagNumber(13)
HashingAlgorithm get hashingAlgorithm

Implementation

@$pb.TagNumber(13)
HashingAlgorithm get hashingAlgorithm => $_getN(12);
  1. @TagNumber(13)
set hashingAlgorithm (HashingAlgorithm v)

Implementation

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