body property
dynamic
body
final
The request payload. Typically a decoded JSON map, but left as
dynamic so the engine can be used for any transport shape.
Implementation
final dynamic body;
The request payload. Typically a decoded JSON map, but left as
dynamic so the engine can be used for any transport shape.
final dynamic body;