video_player
dart:convert
JsonDecoder
method bind
bind
class JsonDecoder
Constructors
JsonDecoder
Properties
hashCode
runtimeType
Methods
bind
convert
startChunkedConversion
fuse
noSuchMethod
toString
Operators
operator ==
Stream
<
Object
>
bind
(
Stream
<
String
>
stream
)
Source
Stream<Object> bind(Stream<String> stream) => super.bind(stream);
method bind