Story.apply constructor
const
Story.apply({})
Implementation
const Story.apply({
required this.name,
required this.decorators,
required this.order,
required this.builder,
required this.params,
required this.tags,
});