Story constructor

const Story(
  1. String title, {
  2. List<Scenario> scenarios = const [],
})

Implementation

const Story(
  this.title, {
  this.scenarios = const [],
});