BlockTemplate constructor

BlockTemplate(
  1. String name,
  2. Color color,
  3. String type,
  4. List<ComponentParameter> parameters,
  5. List<IoDataTemplate> inputData,
  6. List<IoDataTemplate> outputData,
)

Implementation

BlockTemplate(
  this.name,
  this.color,
  this.type,
  this.parameters,
  this.inputData,
  this.outputData,
);