OrgUnifiedpushDistributor2 constructor

OrgUnifiedpushDistributor2(
  1. DBusClient client,
  2. String destination,
  3. DBusObjectPath path
)

Implementation

OrgUnifiedpushDistributor2(
  super.client,
  String destination,
  DBusObjectPath path,
) : super(
        name: destination,
        path: path,
      );