config property

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

Implementation

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

Implementation

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