nonLeafChildren property

  1. @TagNumber(2)
Int64 nonLeafChildren

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get nonLeafChildren => $_getI64(1);
  1. @TagNumber(2)
void nonLeafChildren=(Int64 v)

Implementation

@$pb.TagNumber(2)
set nonLeafChildren($fixnum.Int64 v) { $_setInt64(1, v); }