bool isEmpty

Source

bool get isEmpty {
  return (identical(_sentinel._nextLink, _sentinel));
}