neighborInfo property

  1. @TagNumber(11)
ModuleConfig_NeighborInfoConfig get neighborInfo

The part of the config that is specific to the Neighbor Info module

Implementation

@$pb.TagNumber(11)
$1.ModuleConfig_NeighborInfoConfig get neighborInfo => $_getN(10);
  1. @TagNumber(11)
set neighborInfo (ModuleConfig_NeighborInfoConfig value)

Implementation

@$pb.TagNumber(11)
set neighborInfo($1.ModuleConfig_NeighborInfoConfig value) =>
    $_setField(11, value);