ChallengesUi class

Constructors

ChallengesUi({String token = 'UNINITIALIZED', String id = 'UNINITIALIZED', dynamic callback(dynamic)?})
const

Properties

callback → dynamic Function(dynamic)?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
final
type String
final

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, String position = initialPosition, String? userStatId = "", required String event, Map<String, dynamic>? gameSettingDetails}) Future<void>
override

Operators

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