asDict method

Map<DBusValue, DBusValue> asDict()

Extracts the dictionary inside this vlaue. Only works if signature is a dictionary type, e.g 'a{os}'.

Implementation

Map<DBusValue, DBusValue> asDict() => (this as DBusDict).children;