numChildren property

int numChildren

The number of children of this container.

Implementation

int get numChildren {
  return children.length;
}