toList method

List of all items (preserves queue order)

Implementation

List<BaseNarrativeModel> toList() {
  _resortIfNeeded();
  return _queue.toList();
}