StoriesData constructor
StoriesData({
- required GetStories data,
- required String token,
- required String nudgeId,
- int? storyIndex,
- int? slideIndex,
- bool deepLinkMode = false,
- String? deepLinkType,
- StoriesRepo? storiesRepo,
Implementation
StoriesData({
required this.data,
required this.token,
required this.nudgeId,
this.storyIndex,
this.slideIndex,
this.deepLinkMode = false,
this.deepLinkType,
this.storiesRepo,
});