dart / 1 / dart-convert / jsondecoder / jsondecoder.html

JsonDecoder const constructor

const JsonDecoder([dynamic reviver(key, value) ])

Constructs a new JsonDecoder.

The reviver may be null.

Source

const JsonDecoder([reviver(var key, var value)]) : this._reviver = reviver;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-convert/JsonDecoder/JsonDecoder.html