pop method

Pop first sentence

Implementation

BaseNarrativeModel pop() {
  _resortIfNeeded();
  return _queue.removeFirst();
}