menu
angulardart_components 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;
angulardart_components package
documentation
model/selection/tree_selection_options
TreeSelectionOptions<T>
hasChildren method
TreeSelectionOptions class