inMutuallyExclusiveGroup property
@doc Whether the node is in a mutually exclusive group.
Implementation
@$pb.TagNumber(31)
FFBooleanValue get inMutuallyExclusiveGroup => $_getN(30);
Implementation
@$pb.TagNumber(31)
set inMutuallyExclusiveGroup(FFBooleanValue value) => $_setField(31, value);