NudgeStoriesUi class
Constructors
- NudgeStoriesUi({String id = "UNINITIALIZED", String token = "UNINITIALIZED"})
Properties
- eventName ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pairoverride-getter
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storiesRepo ↔ StoriesRepo
-
getter/setter pair
- token ↔ String
-
getter/setter pairoverride-getter
- type ↔ String
-
getter/setter pairoverride-getter
Methods
-
copyWith(
{required String id, required String token}) → NudgeUi -
override
-
getCallback(
dynamic callback(dynamic)?) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
trigger(
{required BuildContext context, required String userStatId, String position = "FULL_SCREEN", required String event, Map< String, dynamic> ? gameSettingDetails, int? storyIndex, int? slideIndex, bool? deepLinkMode, String? deepLinkType}) → Future<void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited