DBusMethodResponse class abstract

A response to a method call.

Implementers

Constructors

DBusMethodResponse()

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 setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature DBusSignature
Gets the signature of the returnValues.
no setter

Methods

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

Operators

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