OrgFreedesktopPortalScreenshot constructor

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

Implementation

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