Notifications constructor
Notifications({})
Implementation
Notifications(
{this.id = 0,
this.title = '',
this.description = '',
this.image = '',
this.status = 0,
this.createdAt = '',
this.receiver = ''});