OperationEmbedded constructor

OperationEmbedded({
  1. Person? createdBy,
  2. List<DocumentType>? documentTypes = const [],
  3. List<Document>? documents = const [],
  4. Person? operator_,
  5. List<TargetGroup>? targetGroups = const [],
  6. OperationEmbeddedWorkflow? workflow,
})

Returns a new OperationEmbedded instance.

Implementation

OperationEmbedded({
  this.createdBy,
  this.documentTypes = const [],
  this.documents = const [],
  this.operator_,
  this.targetGroups = const [],
  this.workflow,
});