isUnmessagable property
Whether or not the node can be messaged
Implementation
@$pb.TagNumber(9)
$core.bool get isUnmessagable => $_getBF(8);
Implementation
@$pb.TagNumber(9)
set isUnmessagable($core.bool value) => $_setBool(8, value);
Whether or not the node can be messaged
@$pb.TagNumber(9)
$core.bool get isUnmessagable => $_getBF(8);
@$pb.TagNumber(9)
set isUnmessagable($core.bool value) => $_setBool(8, value);