Settings constructor

Settings({
  1. List<Notification>? notifications,
})

Implementation

Settings({
  this.notifications,
});