Narrative constructor

Narrative(
  1. List<StoryStepData> steps
)

Creates a text report generator from a static list of story steps.

Implementation

Narrative(this.steps);