FastEvent constructor
FastEvent({
- FastEventType? eventType,
- PurchaseInfo? purchaseInfo,
- String? error,
Implementation
FastEvent({
this.eventType,
this.purchaseInfo,
this.error,
});