config property

  1. @TagNumber(5)
Config get config

Include a part of the config (was: RadioConfig radio)

Implementation

@$pb.TagNumber(5)
$1.Config get config => $_getN(4);
  1. @TagNumber(5)
set config (Config value)

Implementation

@$pb.TagNumber(5)
set config($1.Config value) => $_setField(5, value);