TransactionProduct
A public product identifier wrapper exported by the Flutter SDK.
Purpose
Represents a product identifier payload. The Flutter SDK exports this type from package:superwallkit_flutter/superwallkit_flutter.dart as of 2.4.12.
Signature
class TransactionProduct {
final String id;
}Properties
Prop
Type
Availability
TransactionProduct is available from the public package export.
Related
How is this guide?