Process constructor

Process(
  1. String name,
  2. int version,
  3. String description,
  4. Content<DynamicContent> claimSchema,
  5. Content<DynamicContent>? evidenceSchema,
  6. Content<DynamicContent>? constraintsSchema,
)

Implementation

Process(
  this.name,
  this.version,
  this.description,
  this.claimSchema,
  this.evidenceSchema,
  this.constraintsSchema,
);