Dart SDK
dart:convert
JsonDecoder
JsonDecoder
constructor
JsonDecoder
JsonDecoder
Constructors
JsonDecoder
Methods
convert
startChunkedConversion
bind
fuse
fuse
const
JsonDecoder
(
[
dynamic
reviver
(
key
,
value
)
]
)
Constructs a new JsonDecoder.
The reviver may be
null
.