Stipop constructor
Stipop(})
Implementation
Stipop(this.userId,
{this.languageCode,
this.countryCode,
this.onStickerPackSelected,
this.onStickerSelected})
: assert(userId.isNotEmpty, 'userID should not be empty'),
assert((languageCode == null && countryCode == null) || (languageCode != null && countryCode != null), 'languageCode and countryCode should be null or not empty same time');