isSingleLeaf property

bool isSingleLeaf
final

(多选的时候才使用)是否只能选叶子节点 (默认是false:也就是返回叶子和树干数据,为true时只返回叶子)

Implementation

final bool isSingleLeaf;