DartBlockVariableCountEvaluationSchema class

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

Constructors

DartBlockVariableCountEvaluationSchema(bool isEnabled, bool ignoreVariablesStartingWithUnderscore)
DartBlockVariableCountEvaluationSchema.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
ignoreVariablesStartingWithUnderscore → bool
final
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() → DartBlockVariableCountEvaluationSchema
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