isEmpty property
bool
get
isEmpty
Checks is this sequence has at no elements.
Implementation
bool get isEmpty => !_isLastAdded && !_isAllAdded && _ids.isEmpty;
Checks is this sequence has at no elements.
bool get isEmpty => !_isLastAdded && !_isAllAdded && _ids.isEmpty;