Notification constructor

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

Implementation

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