config property

  1. @TagNumber(1)
CLAIDConfig get config

Implementation

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

Implementation

@$pb.TagNumber(1)
set config(CLAIDConfig v) { setField(1, v); }