interfacesAndProperties property

Map<String, Map<String, DBusValue>> get interfacesAndProperties

The properties and interfaces that were added.

Implementation

Map<String, Map<String, DBusValue>> get interfacesAndProperties =>
    _decodeInterfacesAndProperties(values[1]);