rawBody property
dynamic
rawBody
final
Raw request body (for unstructured data).
Use this for raw strings, bytes, or custom data formats. Takes precedence over bodyParams if both are provided.
Implementation
final dynamic rawBody;