NotificationProperty constructor

NotificationProperty({
  1. int? notifyDelayAfter,
})

Implementation

NotificationProperty({
  this.notifyDelayAfter,
});