DBusMethodCall class

A D-Bus method call.

Constructors

DBusMethodCall({required String? sender, String? interface, required String name, List<DBusValue> values = const [], bool noReplyExpected = false, bool noAutoStart = false, bool allowInteractiveAuthorization = false})
const

Properties

allowInteractiveAuthorization bool
True if the receiving service can prompt the user to authorize the call.
final
hashCode int
The hash code for this object.
no setterinherited
interface String?
Interface method is on.
final
name String
Method name;
final
noAutoStart bool
True if this method shouldn't start the service if it's not running.
final
noReplyExpected bool
True if the client doesn't expect a reply.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String?
Client that called the method.
final
signature DBusSignature
Signature of values.
no setter
values List<DBusValue>
Arguments passed by caller.
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

Operators

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