Метод fuse< T>
override
Объединяет this с other.
Кодирование с полученным конвертером эквивалентно преобразованию с помощью this перед преобразованием с помощью other.
Реализация
external Converter<List<int>, T> fuse<T>(Converter<String, T> next);
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-convert/Utf8Decoder/fuse.html