StartIapActivityReq constructor

StartIapActivityReq({
  1. required int type,
  2. String? productId,
})

Implementation

StartIapActivityReq({
  required this.type,
  this.productId,
});