ChallengesUi class
Constructors
- ChallengesUi({String token = 'UNINITIALIZED', String id = 'UNINITIALIZED', dynamic callback(dynamic)?})
-
const
Properties
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