children

abstract fun children(indirectChildren: Boolean = false): List<KoChildDeclaration>

The children of the declaration.

Return

a list of KoChildDeclaration representing the children of the declaration.

Parameters

indirectChildren

specifies whether to include children defined in other files such as child of the child.