DartBlockFunctionDefinitionEvaluation.init constructor
DartBlockFunctionDefinitionEvaluation.init(
- List<
FunctionDefinition> correctFunctionDefinitions, - List<
FunctionDefinition> missingFunctionDefinitions, - List<
(FunctionDefinition, FunctionDefinition)> wrongFunctionDefinitions
Implementation
DartBlockFunctionDefinitionEvaluation.init(
this.correctFunctionDefinitions,
this.missingFunctionDefinitions,
this.wrongFunctionDefinitions,
) : super(
DartBlockEvaluationSchemaType.functionDefinition,
wrongFunctionDefinitions.isEmpty && missingFunctionDefinitions.isEmpty,
null,
);