algorithm property

  1. @TagNumber(1)
Algorithm get algorithm

signature algorithm

Implementation

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

Implementation

@$pb.TagNumber(1)
set algorithm(Algorithm v) {
  setField(1, v);
}