changedProperties property

Map<String, DBusValue> changedProperties

Properties that have changed and their new values.

Implementation

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