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