CheckReward class

A class that represents the result of a reward check in the Offerwall SDK.

Constructors

CheckReward.new({required List<Offer> offers, required double reward})
Constructs an instance of CheckReward with the required parameters.
CheckReward.fromJson(Map<String, dynamic> json)
Creates a CheckReward instance from a JSON map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
offers List<Offer>
A list of Offer instances associated with the reward check.
final
reward double
The total reward value received from the reward check.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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