jsonContent property
dynamic
get
jsonContent
Return the data as json
Implementation
dynamic get jsonContent => convert.json.decode(stringContent);
Return the data as json
dynamic get jsonContent => convert.json.decode(stringContent);