EndpointSendConfiguration constructor

EndpointSendConfiguration({
  1. String? bodyOverride,
  2. Map<String, String>? context,
  3. String? rawContent,
  4. Map<String, List<String>>? substitutions,
  5. String? titleOverride,
})

Implementation

EndpointSendConfiguration({
  this.bodyOverride,
  this.context,
  this.rawContent,
  this.substitutions,
  this.titleOverride,
});