children property

List<T> get children

Implementation

List<T> get children {
  return _childrenList;
}