asInt32Array method

Iterable<int> asInt32Array()

Extracts the 32 bit signed integers inside this array. Only works if signature is 'ai'.

Implementation

Iterable<int> asInt32Array() => (this as DBusArray).mapInt32();