variant property

  1. @TagNumber(1)
HashingAlgorithm get variant

Implementation

@$pb.TagNumber(1)
HashingAlgorithm get variant => $_getN(0);
  1. @TagNumber(1)
set variant (HashingAlgorithm v)

Implementation

@$pb.TagNumber(1)
set variant(HashingAlgorithm v) { setField(1, v); }