DBusObject constructor

DBusObject(
  1. DBusObjectPath path, {
  2. bool isObjectManager = false,
})

Creates a new object to export on the bus at path.

Implementation

DBusObject(this.path, {this.isObjectManager = false});