NotificationHint constructor

const NotificationHint(
  1. String key,
  2. DBusValue value
)

Creates a custom notification hint.

Implementation

const NotificationHint(this.key, this.value);