Fuses this with other.
Encoding with the resulting converter is equivalent to converting with
this before converting with other.
Source
external Converter<List<int>, dynamic/*=T*/> fuse/*<T>*/(
Converter<String, dynamic/*=T*/> next);
Fuses this with other.
Encoding with the resulting converter is equivalent to converting with
this before converting with other.
external Converter<List<int>, dynamic/*=T*/> fuse/*<T>*/(
Converter<String, dynamic/*=T*/> next);