NotificationSetting constructor

NotificationSetting({
  1. String? name,
  2. List<String>? notificationTypes,
  3. String? pubsubTopic,
})

Implementation

NotificationSetting({
  this.name,
  this.notificationTypes,
  this.pubsubTopic,
});