asInt64Array method

Iterable<int> asInt64Array()

Extracts the 64 bit signed integers inside this array. Only works if signature is 'ax'.

Implementation

Iterable<int> asInt64Array() => (this as DBusArray).mapInt64();