LinkFiveRestoreGoogleItem class
A single restored Google Transaction
Constructors
- LinkFiveRestoreGoogleItem({required String sku, required String purchaseId, required String purchaseToken})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- purchaseId → String
-
the id of the purchase
final
- purchaseToken → String
-
Purchase token we can use to communicate with Google
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sku → String
-
SKU item, for example: yearly_pro_2022
final
-
toMap
→ Map<
String, dynamic> -
no setter
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