isEmpty property

bool get isEmpty

Checks is this sequence has at no elements.

Implementation

bool get isEmpty => !_isLastAdded && !_isAllAdded && _ids.isEmpty;