length property

int length

Returns the number of items in the manager.

Implementation

int get length => _children.length;