SK2IntroOfferInfo constructor

const SK2IntroOfferInfo({
  1. required SK2OfferType offerType,
  2. required SK2Period period,
  3. required double price,
  4. required String currencyCode,
})

Implementation

const SK2IntroOfferInfo({
  required this.offerType,
  required this.period,
  required this.price,
  required this.currencyCode,
});