asDict method
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;
Extracts the dictionary inside this vlaue. Only works if signature
is a dictionary type, e.g 'a{os}'.
Map<DBusValue, DBusValue> asDict() => (this as DBusDict).children;