BluxNotification constructor
const
BluxNotification({})
Implementation
const BluxNotification({
required this.id,
required this.body,
this.title,
this.url,
this.imageUrl,
this.data,
});
const BluxNotification({
required this.id,
required this.body,
this.title,
this.url,
this.imageUrl,
this.data,
});