OrgFreedesktopUPowerDevice constructor
OrgFreedesktopUPowerDevice(
- DBusClient client,
- String destination, {
- 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);