jsonBody property
The body of the request deserialized as JSON.
Will be null
if the body cannot be parsed as JSON.
Implementation
@override
get jsonBody => inner.jsonBody;
The body of the request deserialized as JSON.
Will be null
if the body cannot be parsed as JSON.
@override
get jsonBody => inner.jsonBody;