DarwinNotificationCategory constructor
const
DarwinNotificationCategory(
- String identifier, {
- List<
DarwinNotificationAction> actions = const <DarwinNotificationAction>[], - Set<
DarwinNotificationCategoryOption> options = const <DarwinNotificationCategoryOption>{},
Constructs a instance of DarwinNotificationCategory.
Implementation
const DarwinNotificationCategory(
this.identifier, {
this.actions = const <DarwinNotificationAction>[],
this.options = const <DarwinNotificationCategoryOption>{},
});