DBusGetPropertyResponse class

A successful response to DBusObject.getProperty.

Inheritance

Constructors

DBusGetPropertyResponse(DBusValue value)

Properties

hashCode int
The hash code for this object.
no setterinherited
returnValues List<DBusValue>
Gets the value returned from this method or throws a DBusMethodResponseException if an error received.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature DBusSignature
Gets the signature of the returnValues.
no setterinherited
values List<DBusValue>
Values returned from the method.
getter/setter pairinherited

Methods

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

Operators

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