PushNotification constructor
PushNotification({})
Returns a new PushNotification instance.
Implementation
PushNotification({
this.id,
this.title,
this.message,
this.notificationAction,
this.bookingId,
this.bookingStartTime,
this.isRead,
this.created,
});