NeoTechEnvironmentEvaluationSchemaEditor constructor
const
NeoTechEnvironmentEvaluationSchemaEditor({
- Key? key,
- required DartBlockEnvironmentEvaluationSchema evaluationSchema,
- required DartBlockProgram neoTechCore,
- required dynamic onChange(),
Implementation
const NeoTechEnvironmentEvaluationSchemaEditor({
super.key,
required this.evaluationSchema,
required this.neoTechCore,
required this.onChange,
});