DBusIntrospectProperty class

Introspection information about a D-Bus property.

Constructors

DBusIntrospectProperty(String name, DBusSignature type, {DBusPropertyAccess access = DBusPropertyAccess.readwrite, List<DBusIntrospectAnnotation> annotations = const []})
DBusIntrospectProperty.fromXml(XmlNode node)
factory

Properties

access DBusPropertyAccess
Read/write access to this property.
final
annotations List<DBusIntrospectAnnotation>
Annotations for this property.
final
hashCode int
The hash code for this object.
no setteroverride
name String
Name of this property, e.g. 'Features'.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DBusSignature
Type of this property.
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