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<Message>? messages,
  9. String? multipleDevicesAndHoldersAllowedStatus,
  10. List<String>? redemptionIssuers,
  11. SecurityAnimation? securityAnimation,
  12. List<TextModuleData>? textModulesData,
  13. String? viewUnlockRequirement,
})

Implementation

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