menu
ngcomponents package
documentation
model/selection/tree_selection_options.dart
TreeSelectionOptions<T>
hasChildren method
hasChildren method
dark_mode
light_mode
hasChildren
method
@
override
bool
hasChildren
(
T?
e
)
override
Implementation
@override bool hasChildren(T? e) => _parentToChildrenMap[e!]?.isNotEmpty == true;
ngcomponents package
documentation
model/selection/tree_selection_options
TreeSelectionOptions<T>
hasChildren method
TreeSelectionOptions class