bool isEmpty

Source

bool get isEmpty {
  return (_root == null);
}