Story constructor
Story({
- int? layout,
- String? urlImage,
- List<
StoryContent> ? contents,
Implementation
Story({
this.layout,
this.urlImage,
this.contents,
});