length property

int get length

Retrieves the number of children of this node

Implementation

int get length => children.length;