Notification constructor

Notification({
  1. String? id,
  2. String? appToken,
  3. String? notid,
})

Implementation

Notification({
  this.id,
  this.appToken,
  this.notid,
});