rawData property
dynamic
rawData
final
Raw body data for ApiBodyType.raw.
Pass a String (sent as-is) or a Map/List (auto-serialized to JSON when rawContentType is RawBodyContentType.json).
Implementation
final dynamic rawData;