asByteArray method

Iterable<int> asByteArray()

Extracts the bytes inside this array. Only works if signature is 'ay'.

Implementation

Iterable<int> asByteArray() => (this as DBusArray).mapByte();