hasRemaining property

bool hasRemaining

Whether there are any elements between the current position and the limit.

Implementation

bool get hasRemaining {
  return _hasRemainingId(this, const jbooleanType(), []);
}