DartBlockPrintEvaluationSchema class

Inheritance
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

DartBlockPrintEvaluationSchema(bool isEnabled, double similarityThreshold)
DartBlockPrintEvaluationSchema.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
schemaType DartBlockEvaluationSchemaType
getter/setter pairinherited
similarityThreshold double
final

Methods

copy() DartBlockPrintEvaluationSchema
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