InboxMessage constructor
InboxMessage({})
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,
required this.url,
this.media,
});