NotificationChannelDescriptor constructor

NotificationChannelDescriptor({
  1. String? description,
  2. String? displayName,
  3. List<LabelDescriptor>? labels,
  4. String? launchStage,
  5. String? name,
  6. List<String>? supportedTiers,
  7. String? type,
})

Implementation

NotificationChannelDescriptor({
  this.description,
  this.displayName,
  this.labels,
  this.launchStage,
  this.name,
  this.supportedTiers,
  this.type,
});