SingularIAP constructor

SingularIAP(
  1. String? _revenue,
  2. String? _currencyCode
)

Implementation

SingularIAP(this._revenue, this._currencyCode);