LinuxNotificationCategory constructor

const LinuxNotificationCategory(
  1. String name
)

Constructs an instance of LinuxNotificationCategory with a given name of category.

Implementation

const LinuxNotificationCategory(this.name);