allDescendants property Null safety

bool allDescendants

Implementation

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

Implementation

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