isUnmessagable property

  1. @TagNumber(9)
bool get isUnmessagable

Whether or not the node can be messaged

Implementation

@$pb.TagNumber(9)
$core.bool get isUnmessagable => $_getBF(7);
  1. @TagNumber(9)
set isUnmessagable (bool value)

Implementation

@$pb.TagNumber(9)
set isUnmessagable($core.bool value) => $_setBool(7, value);