CombinedEpic(List<Epic<State, Action>> epics)

Source

CombinedEpic(this.epics) {
  assert(this.epics != null);
}