returnValues property

  1. @override
List<DBusValue> returnValues
override

Gets the value returned from this method or throws a DBusMethodResponseException if an error received.

Implementation

@override
List<DBusValue> get returnValues => values;