children property

List<T> children
getter/setter pair

The list of children this array has. All functions implemented with ListMixin are referencing of of this List.

Implementation

List<T> children = <T>[];