SK2IntroOfferInfo constructor
const
SK2IntroOfferInfo({
- required SK2OfferType offerType,
- required SK2Period period,
- required double price,
- required String currencyCode,
Implementation
const SK2IntroOfferInfo({
required this.offerType,
required this.period,
required this.price,
required this.currencyCode,
});