asBooleanArray method

Iterable<bool> asBooleanArray()

Extracts the boolean values inside this array. Only works if signature is 'ab'.

Implementation

Iterable<bool> asBooleanArray() => (this as DBusArray).mapBoolean();