Story constructor

const Story(
  1. String name, {
  2. List<Arg> args = const [],
})

Implementation

const Story(
  this.name, {
  this.args = const [],
});