mapVariant method

Iterable<DBusValue> mapVariant()

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

Implementation

Iterable<DBusValue> mapVariant() =>
    children.map((value) => value.asVariant());