GenericClass constructor

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

Implementation

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