ApiBody.xml constructor
const
ApiBody.xml(
- String xml
XML body.
Sets Content-Type: application/xml.
Implementation
const ApiBody.xml(String xml)
: this(
type: ApiBodyType.raw,
rawData: xml,
rawContentType: RawBodyContentType.xml,
);