DBusIntrospectMethod class

Introspection information about a D-Bus method.

Constructors

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

Properties

annotations List<DBusIntrospectAnnotation>
Annotations for this method.
final
args List<DBusIntrospectArgument>
Arguments to pass to method.
final
hashCode int
The hash code for this object.
no setteroverride
inputSignature DBusSignature
The signature for the input arguments in this method call.
no setter
name String
Name of this method, e.g. 'RequestName'.
final
outputSignature DBusSignature
The signature for the output arguments in this method call.
no setter
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