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