Extracts the boolean values inside this array. Only works if signature is 'ab'.
signature
Iterable<bool> asBooleanArray() => (this as DBusArray).mapBoolean();