mapObjectPath method

Iterable<DBusObjectPath> mapObjectPath()

Maps the contents of this array into native types. Only works if childSignature is 'o'.

Implementation

Iterable<DBusObjectPath> mapObjectPath() =>
    children.map((value) => value.asObjectPath());