json property Null safety

dynamic json

Returns the json object of the body from Response.

Implementation

dynamic get json => jsonDecode(body!);