DBusPropertySignatureException class

Exception thrown when a D-Bus property returns a value that don't match the expected signature.

Implemented types

Constructors

DBusPropertySignatureException(String propertyName, DBusValue value)

Properties

hashCode int
The hash code for this object.
no setterinherited
propertyName String
The name of the property.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value DBusValue
The value that was returned.
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