BlockTemplate constructor
BlockTemplate(
- String name,
- Color color,
- String type,
- List<
ComponentParameter> parameters, - List<
IoDataTemplate> inputData, - List<
IoDataTemplate> outputData,
Implementation
BlockTemplate(
this.name,
this.color,
this.type,
this.parameters,
this.inputData,
this.outputData,
);