menu
poly_bool_dart package
documentation
linked_list.dart
StatusLinkedList
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Implementation
bool get isEmpty { return root.next == null; }
poly_bool_dart package
documentation
linked_list
StatusLinkedList
isEmpty property
StatusLinkedList class