DBusMethodSuccessResponse class

A success response to a method call.

Inheritance
Implementers

Constructors

DBusMethodSuccessResponse([List<DBusValue> values = const []])
Creates a new success response to a method call returning values.

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 setteroverride
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 pair

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