ApiBody constructor
const
ApiBody({})
Creates an ApiBody with full control over every field.
Prefer the named constructors for the common cases.
Implementation
const ApiBody({
this.type = ApiBodyType.none,
this.rawData,
this.rawContentType = RawBodyContentType.json,
this.fields,
this.files,
this.graphQLQuery,
this.graphQLVariables,
this.binaryFile,
this.binaryBytes,
this.binaryMimeType,
});