DBusIntrospectNode class

Introspection information about a D-Bus node.

Constructors

DBusIntrospectNode({String? name, List<DBusIntrospectInterface> interfaces = const [], List<DBusIntrospectNode> children = const []})
DBusIntrospectNode.fromXml(XmlNode node)
factory

Properties

children List<DBusIntrospectNode>
Child nodes.
final
hashCode int
The hash code for this object.
no setteroverride
interfaces List<DBusIntrospectInterface>
Interfaces this node uses.
final
name String?
D-Bus object this node represents, either absolute or relative (optional).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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