InstallFailureEvent constructor

InstallFailureEvent({
  1. String? deviceId,
  2. String? failureDetails,
  3. String? failureReason,
  4. String? productId,
  5. String? userId,
})

Implementation

InstallFailureEvent({
  this.deviceId,
  this.failureDetails,
  this.failureReason,
  this.productId,
  this.userId,
});