fullList property

List<EventFractal> get fullList

Implementation

List<EventFractal> get fullList => [
      ...sorted.value,
      ...sub.list,
    ];