nonLeafChildren property
- @TagNumber(2)
/ Number of non-leaf child accounts.
Implementation
@$pb.TagNumber(2)
$fixnum.Int64 get nonLeafChildren => $_getI64(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set nonLeafChildren($fixnum.Int64 v) { $_setInt64(1, v); }