NotificationChannel constructor

NotificationChannel({
  1. MutationRecord? creationRecord,
  2. String? description,
  3. String? displayName,
  4. bool? enabled,
  5. Map<String, String>? labels,
  6. List<MutationRecord>? mutationRecords,
  7. String? name,
  8. String? type,
  9. Map<String, String>? userLabels,
  10. String? verificationStatus,
})

Implementation

NotificationChannel({
  this.creationRecord,
  this.description,
  this.displayName,
  this.enabled,
  this.labels,
  this.mutationRecords,
  this.name,
  this.type,
  this.userLabels,
  this.verificationStatus,
});