FastEvent constructor

FastEvent({
  1. FastEventType? eventType,
  2. PurchaseInfo? purchaseInfo,
  3. String? error,
})

Implementation

FastEvent({
  this.eventType,
  this.purchaseInfo,
  this.error,
});