Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$email constructor

Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$email({
  1. String? subject,
  2. String? preview,
  3. String? content,
  4. Enum$OutboundEditorEnum? editor,
})

Implementation

Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$email({
  this.subject,
  this.preview,
  this.content,
  this.editor,
});