allDescendants property

  1. @TagNumber(3)
bool get allDescendants

Implementation

@$pb.TagNumber(3)
$core.bool get allDescendants => $_getBF(1);
  1. @TagNumber(3)
set allDescendants (bool v)

Implementation

@$pb.TagNumber(3)
set allDescendants($core.bool v) {
  $_setBool(1, v);
}