isEmpty property

bool? isEmpty

Implementation

bool get isEmpty {
  return root.next == null;
}