DBusNameOwnerChangedEvent constructor

const DBusNameOwnerChangedEvent(
  1. String name, {
  2. String? oldOwner,
  3. String? newOwner,
})

Implementation

const DBusNameOwnerChangedEvent(this.name, {this.oldOwner, this.newOwner});