ExpiryNotification constructor

ExpiryNotification({
  1. bool? enableNotification,
})

Implementation

ExpiryNotification({
  this.enableNotification,
});