OfferClass constructor

OfferClass({
  1. bool? allowMultipleUsersPerObject,
  2. CallbackOptions? callbackOptions,
  3. ClassTemplateInfo? classTemplateInfo,
  4. String? countryCode,
  5. String? details,
  6. bool? enableSmartTap,
  7. String? finePrint,
  8. Uri? helpUri,
  9. Image? heroImage,
  10. String? hexBackgroundColor,
  11. Uri? homepageUri,
  12. String? id,
  13. List<ImageModuleData>? imageModulesData,
  14. InfoModuleData? infoModuleData,
  15. String? issuerName,
  16. String? kind,
  17. LinksModuleData? linksModuleData,
  18. LocalizedString? localizedDetails,
  19. LocalizedString? localizedFinePrint,
  20. LocalizedString? localizedIssuerName,
  21. LocalizedString? localizedProvider,
  22. LocalizedString? localizedShortTitle,
  23. LocalizedString? localizedTitle,
  24. List<LatLongPoint>? locations,
  25. List<Message>? messages,
  26. String? multipleDevicesAndHoldersAllowedStatus,
  27. String? provider,
  28. String? redemptionChannel,
  29. List<String>? redemptionIssuers,
  30. Review? review,
  31. String? reviewStatus,
  32. SecurityAnimation? securityAnimation,
  33. String? shortTitle,
  34. List<TextModuleData>? textModulesData,
  35. String? title,
  36. Image? titleImage,
  37. String? version,
  38. String? viewUnlockRequirement,
  39. Image? wideTitleImage,
  40. Image? wordMark,
})

Implementation

OfferClass({
  this.allowMultipleUsersPerObject,
  this.callbackOptions,
  this.classTemplateInfo,
  this.countryCode,
  this.details,
  this.enableSmartTap,
  this.finePrint,
  this.helpUri,
  this.heroImage,
  this.hexBackgroundColor,
  this.homepageUri,
  this.id,
  this.imageModulesData,
  this.infoModuleData,
  this.issuerName,
  this.kind,
  this.linksModuleData,
  this.localizedDetails,
  this.localizedFinePrint,
  this.localizedIssuerName,
  this.localizedProvider,
  this.localizedShortTitle,
  this.localizedTitle,
  this.locations,
  this.messages,
  this.multipleDevicesAndHoldersAllowedStatus,
  this.provider,
  this.redemptionChannel,
  this.redemptionIssuers,
  this.review,
  this.reviewStatus,
  this.securityAnimation,
  this.shortTitle,
  this.textModulesData,
  this.title,
  this.titleImage,
  this.version,
  this.viewUnlockRequirement,
  this.wideTitleImage,
  this.wordMark,
});