length property
int
get
length
Retrieves the number of children of this node
Implementation
int get length => children.length;
Retrieves the number of children of this node
int get length => children.length;