Story constructor
const
Story({})
Implementation
const Story({
this.name,
this.decorators = const [],
this.order = 0,
this.builder = AutomaticBuilder,
this.params = const {},
this.tags = const [],
});
const Story({
this.name,
this.decorators = const [],
this.order = 0,
this.builder = AutomaticBuilder,
this.params = const {},
this.tags = const [],
});