DBusIntrospectAnnotation class

Annotation that applies to a D-Bus interface, method, signal, property or argument.

Constructors

DBusIntrospectAnnotation(String name, String value)
DBusIntrospectAnnotation.fromXml(XmlNode node)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
Name of the annotation, e.g. 'org.freedesktop.DBus.Deprecated'.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Value of the annotation, e.g. 'true'.
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
toXml() → XmlNode

Operators

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