asArray method

List<DBusValue> asArray()

Extracts the array inside this value. Only works if signature is an array type, e.g 'as'.

Implementation

List<DBusValue> asArray() => (this as DBusArray).children;