InboxMessage constructor
InboxMessage({
- required String id,
- String? title,
- String? alert,
- String? custom,
- Map<
String, String> ? customKeys, - required bool deleted,
- DateTime? endDateUtc,
- required bool read,
- DateTime? sendDateUtc,
- String? sound,
- DateTime? startDateUtc,
- String? subject,
- String? url,
- Media? media,
- String? subtitle,
- String? inboxMessage,
- String? inboxSubtitle,
- NotificationMessage? notificationMessage,
- int? messageType,
Implementation
InboxMessage(
{required this.id,
this.title,
this.alert,
this.custom,
this.customKeys,
required this.deleted,
this.endDateUtc,
required this.read,
this.sendDateUtc,
this.sound,
this.startDateUtc,
this.subject,
this.url,
this.media,
this.subtitle,
this.inboxMessage,
this.inboxSubtitle,
this.notificationMessage,
this.messageType});