PurchaseError constructor
PurchaseError({})
Implementation
PurchaseError({
required this.message,
String? name,
this.responseCode,
this.debugMessage,
this.code,
this.productId,
this.platform,
}) : name = name ?? '[flutter_inapp_purchase]: PurchaseError';