childrenCount property
num
get
childrenCount
This read-only property returns the number of immediate children this node has.
The default value is zero.
Implementation
_i2.num get childrenCount => _i4.getProperty(
this,
'childrenCount',
);
set
childrenCount
(num value)
Implementation
set childrenCount(_i2.num value) {
_i4.setProperty(
this,
'childrenCount',
value,
);
}