jsonBody property

  1. @override
dynamic get jsonBody
inherited

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;