InBrainNativeReward class

Constructors

InBrainNativeReward.new({required String surveyId, String? placementId, required num userReward, required InBrainOutcomeType outcomeType, List<InBrainCategory>? categories})
const
InBrainNativeReward.create(Map nativeReward)
factory

Properties

categories List<InBrainCategory>?
final
hashCode int
The hash code for this object.
no setterinherited
outcomeType InBrainOutcomeType
final
placementId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
surveyId String
final
userReward num
final

Methods

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

Operators

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