ApiBody constructor
const
ApiBody({})
Implementation
const ApiBody({
this.type = ApiBodyType.none,
this.rawData,
this.rawContentType = RawBodyContentType.json,
this.fields,
this.files,
this.graphQLQuery,
this.graphQLVariables,
this.binaryFilePath,
this.binaryBytes,
this.binaryMimeType,
});