Whether the body of the request was parseable as JSON.
Allows to disambiguate between a JSON null and a parsing failure in jsonBody.
null
bool get hasJsonBody => _jsonBody.$1;