isLeaf
A Boolean that indicates whether the receiver is a leaf node.
Declaration
var isLeaf: Bool { get }Discussion
true if the receiver is a leaf node (has no child nodes), otherwise false.
A Boolean that indicates whether the receiver is a leaf node.
var isLeaf: Bool { get }true if the receiver is a leaf node (has no child nodes), otherwise false.