NudgeUi class abstract

Constructors

NudgeUi()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
no setter
type String
no setter

Methods

copyWith({required String id, required String token}) NudgeUi
getCallback(dynamic callback(dynamic)?) → void
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, required String event, Map<String, dynamic>? gameSettingDetails}) Future<void>

Operators

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