algorithm property

  1. @TagNumber.new(1)
Algorithm get algorithm

signature algorithm

Implementation

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

Implementation

@$pb.TagNumber(1)
set algorithm(Algorithm value) => $_setField(1, value);