LinkFiveRestoreAppleItem class

A single restored Apple TransactionId

Constructors

LinkFiveRestoreAppleItem({required String transactionId, String? originalTransactionId})

Properties

hashCode int
The hash code for this object.
no setterinherited
originalTransactionId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toMap Map<String, dynamic>
no setter
transactionId String
a non null transactionId
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