StoriesData class

Constructors

StoriesData({required GetStories data, required String token, required String nudgeId, int? storyIndex, int? slideIndex, bool deepLinkMode = false, String? deepLinkType, StoriesRepo? storiesRepo})

Properties

data GetStories
final
deepLinkMode bool
final
deepLinkType String?
final
hashCode int
The hash code for this object.
no setterinherited
nudgeId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slideIndex int?
final
storiesRepo StoriesRepo?
final
storyIndex int?
final
token String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited