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