DarwinNotificationCategory constructor

const DarwinNotificationCategory(
  1. String identifier, {
  2. List<DarwinNotificationAction> actions = const <DarwinNotificationAction>[],
  3. Set<DarwinNotificationCategoryOption> options = const <DarwinNotificationCategoryOption>{},
})

Constructs a instance of DarwinNotificationCategory.

Implementation

const DarwinNotificationCategory(
  this.identifier, {
  this.actions = const <DarwinNotificationAction>[],
  this.options = const <DarwinNotificationCategoryOption>{},
});