isLeaf

abstract val isLeaf: Boolean

Utility method for checking if this node has any children. Only leaf nodes are valid selectable choices.

True if this node children list is empty, otherwise false.