menu
poly_bool_dart package
documentation
linked_list.dart
StatusLinkedList
exists method
exists method
dark_mode
light_mode
exists
method
bool
exists
(
StatusNode
node
)
Implementation
bool exists(StatusNode node) { if (node == null || node == root) return false; return true; }
poly_bool_dart package
documentation
linked_list
StatusLinkedList
exists method
StatusLinkedList class