An optional list of elements that are children of the current element
@override List<Indexable> getChildren() { return contents.whereType<Indexable>().toList(); }