hasNext method

  1. @override
bool hasNext()
override

Function that returns true if the back pressure strategy has a job in queue.

Implementation

@override
bool hasNext() {
  return _backstack.isNotEmpty;
}