OrgFreedesktopTimesync1 constructor

OrgFreedesktopTimesync1(
  1. DBusClient client,
  2. String destination, {
  3. DBusObjectPath path = const DBusObjectPath.unchecked('/org/freedesktop/timesync1'),
})

Implementation

OrgFreedesktopTimesync1(
  DBusClient client,
  String destination, {
  DBusObjectPath path = const DBusObjectPath.unchecked(
    '/org/freedesktop/timesync1',
  ),
}) : super(client, name: destination, path: path);