Request constructor
const
Request({
- String? body,
- List<
InvoiceSettingCustomField> ? headers,
request_param
The request body and headers to be sent to the destination endpoint.
Implementation
const Request({
this.body,
this.headers,
});