length property

int get length

Getter to get the total number of children

Implementation

int get length => childrenAsList.length;