MessageNotification constructor

MessageNotification({
  1. int id = 0,
  2. String title = '',
  3. String body = '',
  4. String image = '',
  5. int status = 0,
  6. String createdAt = '',
  7. String receiver = '',
})

Implementation

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