Dart
dart:convert
Utf8Decoder
bind method
bind
Utf8Decoder class
Constructors
Utf8Decoder
Properties
hashCode
runtimeType
Methods
bind
convert
fuse
startChunkedConversion
cast
noSuchMethod
toString
Operators
operator ==
bind method
Stream
<
String
>
bind
(
Stream
<
List
<
int
>
>
stream
)
Implementation
Stream<String> bind(Stream<List<int>> stream) => super.bind(stream);