GenericObject constructor
GenericObject({
- AppLinkData? appLinkData,
- Barcode? barcode,
- LocalizedString? cardTitle,
- String? classId,
- String? genericType,
- GroupingInfo? groupingInfo,
- bool? hasUsers,
- LocalizedString? header,
- Image? heroImage,
- String? hexBackgroundColor,
- String? id,
- List<
ImageModuleData> ? imageModulesData, - LinksModuleData? linksModuleData,
- Image? logo,
- Notifications? notifications,
- PassConstraints? passConstraints,
- RotatingBarcode? rotatingBarcode,
- String? smartTapRedemptionValue,
- String? state,
- LocalizedString? subheader,
- List<
TextModuleData> ? textModulesData, - TimeInterval? validTimeInterval,
- Image? wideLogo,
Implementation
GenericObject({
this.appLinkData,
this.barcode,
this.cardTitle,
this.classId,
this.genericType,
this.groupingInfo,
this.hasUsers,
this.header,
this.heroImage,
this.hexBackgroundColor,
this.id,
this.imageModulesData,
this.linksModuleData,
this.logo,
this.notifications,
this.passConstraints,
this.rotatingBarcode,
this.smartTapRedemptionValue,
this.state,
this.subheader,
this.textModulesData,
this.validTimeInterval,
this.wideLogo,
});