ApiBody.json constructor
const
ApiBody.json(
- dynamic data
Implementation
const ApiBody.json(dynamic data)
: this(
type: ApiBodyType.raw,
rawData: data,
rawContentType: RawBodyContentType.json,
);