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