mapUnixFd method

Iterable<ResourceHandle> mapUnixFd()

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

Implementation

Iterable<ResourceHandle> mapUnixFd() =>
    children.map((value) => value.asUnixFd());