OrgFreedesktopTimedate1 constructor

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

Implementation

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