OrgFreedesktopUPowerDevice constructor

OrgFreedesktopUPowerDevice(
  1. DBusClient client,
  2. String destination, {
  3. DBusObjectPath path = const DBusObjectPath.unchecked('/org/freedesktop/UPower/devices/DisplayDevice'),
})

Implementation

OrgFreedesktopUPowerDevice(
  DBusClient client,
  String destination, {
  DBusObjectPath path = const DBusObjectPath.unchecked(
    '/org/freedesktop/UPower/devices/DisplayDevice',
  ),
}) : super(client, name: destination, path: path);