DBusSignal class

A D-Bus signal.

Implementers

Constructors

DBusSignal({required String? sender, required DBusObjectPath path, required String interface, required String name, List<DBusValue> values = const []})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
interface String
Interface emitting the signal.
final
name String
Signal name;
final
path DBusObjectPath
Path of the object emitting the signal.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String?
Client that sent the signal.
final
signature DBusSignature
Signature of values.
no setter
values List<DBusValue>
Values associated with the signal.
final

Methods

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

Operators

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