hashType property

  1. @TagNumber.new(1)
HashType get hashType

Implementation

@$pb.TagNumber(1)
HashType get hashType => $_getN(0);
  1. @TagNumber.new(1)
set hashType (HashType v)

Implementation

@$pb.TagNumber(1)
set hashType(HashType v) { setField(1, v); }