LinuxNotificationCategory constructor
const
LinuxNotificationCategory(
- String name
Constructs an instance of LinuxNotificationCategory
with a given name
of category.
Implementation
const LinuxNotificationCategory(this.name);