ReportEmbedded constructor

ReportEmbedded({
  1. Assignment? assignment,
  2. Category? category,
  3. List<Operation>? children = const [],
  4. List<Document>? documents = const [],
  5. Feedback? feedback,
  6. Place? place,
  7. List<TargetGroup>? targetGroups = const [],
  8. OperationEmbeddedWorkflow? workflow,
})

Returns a new ReportEmbedded instance.

Implementation

ReportEmbedded({
  this.assignment,
  this.category,
  this.children = const [],
  this.documents = const [],
  this.feedback,
  this.place,
  this.targetGroups = const [],
  this.workflow,
});