changedProperties property

Map<String, DBusValue> get changedProperties

Properties that have changed and their new values.

Implementation

Map<String, DBusValue> get changedProperties =>
    (values[1] as DBusDict).mapStringVariant();