hasJsonBody property

  1. @override
bool get hasJsonBody
inherited

Whether the body of the request was parseable as JSON.

Allows to disambiguate between a JSON null and a parsing failure in jsonBody.

Implementation

@override
bool get hasJsonBody => inner.hasJsonBody;