getChildren method

List<Indexable> getChildren()

An optional list of elements that are children of the current element

Implementation

List<Indexable> getChildren() {
  return List.empty();
}