interfacesAndProperties property

  1. @override
Map<String, Map<String, DBusValue>> get interfacesAndProperties

Interfaces and properties of this object. This only requires overriding if using this object with the org.freedesktop.DBus.ObjectManager interface.

Implementation

@override
Map<String, Map<String, DBusValue>> get interfacesAndProperties =>
    <String, Map<String, DBusValue>>{_batteryInterfaceName: _getProperties()};