length property
int
get
length
Returns the number of items in the manager.
Implementation
int get length => _children.length;
Returns the number of items in the manager.
int get length => _children.length;