GenericClass constructor

GenericClass({
  1. AppLinkData? appLinkData,
  2. CallbackOptions? callbackOptions,
  3. ClassTemplateInfo? classTemplateInfo,
  4. bool? enableSmartTap,
  5. String? id,
  6. List<ImageModuleData>? imageModulesData,
  7. LinksModuleData? linksModuleData,
  8. List<MerchantLocation>? merchantLocations,
  9. List<Message>? messages,
  10. String? multipleDevicesAndHoldersAllowedStatus,
  11. List<String>? redemptionIssuers,
  12. SecurityAnimation? securityAnimation,
  13. List<TextModuleData>? textModulesData,
  14. List<ValueAddedModuleData>? valueAddedModuleData,
  15. String? viewUnlockRequirement,
})

Implementation

GenericClass({
  this.appLinkData,
  this.callbackOptions,
  this.classTemplateInfo,
  this.enableSmartTap,
  this.id,
  this.imageModulesData,
  this.linksModuleData,
  this.merchantLocations,
  this.messages,
  this.multipleDevicesAndHoldersAllowedStatus,
  this.redemptionIssuers,
  this.securityAnimation,
  this.textModulesData,
  this.valueAddedModuleData,
  this.viewUnlockRequirement,
});