allDescendants property

  1. @TagNumber(3)
bool allDescendants

Implementation

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

Implementation

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