jsonBody property
dynamic
get
jsonBody
The body of the request deserialized as JSON.
Will be null if the body cannot be parsed as JSON.
Implementation
dynamic get jsonBody => _jsonBody.$2;
The body of the request deserialized as JSON.
Will be null if the body cannot be parsed as JSON.
dynamic get jsonBody => _jsonBody.$2;