Fuses this instance with the given other converter.
other
If other is a ChunkedConverter (with matching generic types), returns a ChunkedConverter.
ChunkedConverter
external Converter<List<int>,dynamic> fuse(Converter<String, dynamic> next);