DartBlockFunctionOutputEvaluationSchema class
- Inheritance
-
- Object
- DartBlockEvaluationSchema
- DartBlockFunctionOutputEvaluationSchema
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
DartBlockFunctionOutputEvaluationSchema(bool isEnabled, List<
FunctionCallStatement> sampleFunctionCalls) -
DartBlockFunctionOutputEvaluationSchema.fromJson(Map<
String, dynamic> json) -
factory
Properties
- 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
-
sampleFunctionCalls
→ List<
FunctionCallStatement> -
final
- schemaType ↔ DartBlockEvaluationSchemaType
-
getter/setter pairinherited
Methods
-
copy(
) → DartBlockFunctionOutputEvaluationSchema -
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