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;