DBusPropertiesChangedSignal class

Signal received when properties are changed.

Inheritance

Properties

changedProperties Map<String, DBusValue>
Properties that have changed and their new values.
no setter
hashCode int
The hash code for this object.
no setterinherited
interface String
Interface emitting the signal.
finalinherited
invalidatedProperties List<String>
Properties that have changed but require their values to be requested.
no setter
name String
Signal name;
finalinherited
path DBusObjectPath
Path of the object emitting the signal.
finalinherited
propertiesInterface String
The interface the properties are on.
no setter
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