PromotionalOfferJWSInputIOS constructor

const PromotionalOfferJWSInputIOS({
  1. required String jws,
  2. required String offerId,
})

Implementation

const PromotionalOfferJWSInputIOS({
  required this.jws,
  required this.offerId,
});