DBusObjectManagerInterfacesAddedSignal class

Signal received when interfaces are added.

Inheritance

Properties

changedPath DBusObjectPath
Path of the object that has interfaces added to.
no setter
hashCode int
The hash code for this object.
no setterinherited
interface String
Interface emitting the signal.
finalinherited
interfacesAndProperties Map<String, Map<String, DBusValue>>
The properties and interfaces that were added.
no setter
name String
Signal name;
finalinherited
path DBusObjectPath
Path of the object emitting the signal.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String?
Client that sent the signal.
finalinherited
signature DBusSignature
Signature of values.
no setterinherited
values List<DBusValue>
Values associated with the signal.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited