jsonDecoded property

dynamic get jsonDecoded

Converts to JSON with json.decoder.

Implementation

dynamic get jsonDecoded {
  return json.decoder.convert(this);
}