GenericClass constructor
      
      GenericClass({ 
    
    
- AppLinkData? appLinkData,
- CallbackOptions? callbackOptions,
- ClassTemplateInfo? classTemplateInfo,
- bool? enableSmartTap,
- String? id,
- List<ImageModuleData> ? imageModulesData,
- LinksModuleData? linksModuleData,
- List<MerchantLocation> ? merchantLocations,
- List<Message> ? messages,
- String? multipleDevicesAndHoldersAllowedStatus,
- List<String> ? redemptionIssuers,
- SecurityAnimation? securityAnimation,
- List<TextModuleData> ? textModulesData,
- List<ValueAddedModuleData> ? valueAddedModuleData,
- 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,
});