mapByte method

Iterable<int> mapByte()

Maps the contents of this array into native types. Only works if childSignature is 'y'.

Implementation

Iterable<int> mapByte() => children.map((value) => value.asByte());