SingularIOSIAP constructor

SingularIOSIAP(
  1. String? revenue,
  2. String? currencyCode,
  3. String? _productId,
  4. String? _transactionId,
  5. String? _receipt,
)

Implementation

SingularIOSIAP(String? revenue, String? currencyCode, this._productId,
    this._transactionId, this._receipt)
    : super(revenue, currencyCode);