menu
sparky package
documentation
testing.dart
TestResponse
jsonBody property
jsonBody property
dark_mode
light_mode
jsonBody
property
dynamic
get
jsonBody
Parses the body as JSON.
Implementation
dynamic get jsonBody => json.decode(body);
sparky package
documentation
testing
TestResponse
jsonBody property
TestResponse class