NotificationCategory constructor

NotificationCategory({
  1. String? identifier,
  2. List<NotificationAction>? actions,
})

Implementation

NotificationCategory({
  this.identifier,
  this.actions,
});