AdjustPurchaseVerificationInfo constructor

AdjustPurchaseVerificationInfo(
  1. num? code,
  2. String? message,
  3. String? verificationStatus
)

Implementation

AdjustPurchaseVerificationInfo(this.code, this.message, this.verificationStatus);