length property

int length

Getter to get the total number of children

Implementation

int get length => childrenAsList.length;