WebApiModulesIntegrationsStorefrontDealModel constructor

const WebApiModulesIntegrationsStorefrontDealModel({
  1. String? dealId,
  2. String? deal,
})

Implementation

const WebApiModulesIntegrationsStorefrontDealModel({this.dealId, this.deal});