Converter<List<int>, dynamic> fuse(Converter<String, dynamic> next)

Fuses this instance with the given other converter.

If other is a ChunkedConverter (with matching generic types), returns a ChunkedConverter.

Source

external Converter<List<int>,dynamic> fuse(Converter<String, dynamic> next);