NudgeBottomSheetsUi class

Constructors

NudgeBottomSheetsUi({String id = "UNINITIALIZED", String token = "UNINITIALIZED"})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairoverride-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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}) Future<void>
override

Operators

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