DartBlockFunctionDefinitionEvaluationSchema class
- Inheritance
-
- Object
- DartBlockEvaluationSchema
- DartBlockFunctionDefinitionEvaluationSchema
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
DartBlockFunctionDefinitionEvaluationSchema(bool isEnabled, List<
FunctionDefinition> functionDefinitions) -
DartBlockFunctionDefinitionEvaluationSchema.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
functionDefinitions
→ List<
FunctionDefinition> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEnabled ↔ bool
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaType ↔ DartBlockEvaluationSchemaType
-
getter/setter pairinherited
Methods
-
copy(
) → DartBlockFunctionDefinitionEvaluationSchema -
override
-
evaluate(
DartBlockProgram solutionCore, DartBlockProgram answerCore) → Future< DartBlockEvaluation> -
override
-
isSchemaValid(
DartBlockProgram neoTechCore) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited