length property

int get length
inherited

Getter to get the total number of children

Implementation

int get length => childrenAsList.length;