IsolateConverter<R> typedef

IsolateConverter<R> = R Function(dynamic)

The type of the converter and workerConverter.

Implementation

typedef IsolateConverter<R> = R Function(dynamic);