InBrainReward class
Constructors
- InBrainReward.new({required num transactionId, required num amount, required String currency, required num transactionType})
-
const
- InBrainReward.create(Map reward)
-
factory
Properties
- amount → num
-
final
- currency → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionId → num
-
final
- transactionType → num
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toNativeObject(
) → dynamic -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited