DBusIntrospectSignal class

Introspection information about a D-Bus signal.

Constructors

DBusIntrospectSignal(String name, {List<DBusIntrospectArgument> args = const [], List<DBusIntrospectAnnotation> annotations = const []})
DBusIntrospectSignal.fromXml(XmlNode node)
factory

Properties

annotations List<DBusIntrospectAnnotation>
Annotations for this signal.
final
args List<DBusIntrospectArgument>
Arguments sent with signal.
final
hashCode int
The hash code for this object.
no setteroverride
name String
Name of this signal, e.g. 'NameLost'.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature DBusSignature
The signature for the arguments in this signals.
no setter

Methods

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

Operators

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