connections property

  1. @TagNumber(6)
ConfigChange_Connections connections

Implementation

@$pb.TagNumber(6)
ConfigChange_Connections get connections => $_getN(5);
  1. @TagNumber(6)
void connections=(ConfigChange_Connections v)

Implementation

@$pb.TagNumber(6)
set connections(ConfigChange_Connections v) {
  setField(6, v);
}