childrenOf abstract method

List<LayerElement<T>> childrenOf(
  1. LayerCluster<T> cluster
)

Returns the children of the given LayerCluster

Implementation

List<LayerElement<T>> childrenOf(LayerCluster<T> cluster);