Constructs a new JsonDecoder.
The reviver
may be null
.
Source
const JsonDecoder([reviver(var key, var value)]) : this._reviver = reviver;
Constructs a new JsonDecoder.
The reviver
may be null
.
const JsonDecoder([reviver(var key, var value)]) : this._reviver = reviver;