SGGatewayProduct constructor

SGGatewayProduct({
  1. String? gateway,
  2. String? gatewayOfferIdentifier,
  3. String? gatewayPriceIdentifier,
  4. required String gatewayProductIdentifier,
  5. String? subscriptionGroupiOS,
})

Implementation

SGGatewayProduct({
  this.gateway,
  this.gatewayOfferIdentifier,
  this.gatewayPriceIdentifier,
  required this.gatewayProductIdentifier,
  this.subscriptionGroupiOS
});