InboxItem constructor
InboxItem({
- required String buttonAppUrl2,
- required String buttonAppUrl1,
- required String content,
- required DateTime lastUpdated,
- required String appUrl,
- required String itemId,
- required String heading,
- required DateTime dateCreated,
- required String imageUrl,
- required String buttonLabel1,
- required List<
String> catalogIds, - required String buttonLabel2,
- required String launchUrl,
- required String buttonLaunchUrl1,
- required String buttonLaunchUrl2,
- required String lookupType,
- required String templateId,
- required int status,
- required String trackingUrl,
Implementation
InboxItem({
required this.buttonAppUrl2,
required this.buttonAppUrl1,
required this.content,
required this.lastUpdated,
required this.appUrl,
required this.itemId,
required this.heading,
required this.dateCreated,
required this.imageUrl,
required this.buttonLabel1,
required this.catalogIds,
required this.buttonLabel2,
required this.launchUrl,
required this.buttonLaunchUrl1,
required this.buttonLaunchUrl2,
required this.lookupType,
required this.templateId,
required this.status,
required this.trackingUrl,
});