config property

  1. @TagNumber.new(2)
JobConfig get config

The configuration for this template.

Implementation

@$pb.TagNumber(2)
JobConfig get config => $_getN(1);
  1. @TagNumber.new(2)
set config (JobConfig v)

Implementation

@$pb.TagNumber(2)
set config(JobConfig v) {
  setField(2, v);
}