Transaction class

Constructors

Transaction({String? uid, double? amount, String? currency, int? coins, String? reference})
Transaction.fromJson(Map<String, dynamic> json)
factory

Properties

amount double?
final
coins int?
final
currency String?
final
hashCode int
The hash code for this object.
no setterinherited
productId String?
getter/setter pair
productName String?
getter/setter pair
reference String?
final
remarks String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sku String?
getter/setter pair
transactionTypeIdentifier String?
getter/setter pair
uid String?
final

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