PlaceEmbedded constructor

PlaceEmbedded({
  1. List<DocumentType>? documentTypes = const [],
  2. Organization? organization,
  3. List<NodePath>? path = const [],
  4. List<TargetGroup>? targetGroups = const [],
  5. OperationEmbeddedWorkflow? workflow,
})

Returns a new PlaceEmbedded instance.

Implementation

PlaceEmbedded({
  this.documentTypes = const [],
  this.organization,
  this.path = const [],
  this.targetGroups = const [],
  this.workflow,
});