menu
dartblock_code package
documentation
models/evaluator.dart
DartBlockFunctionOutputEvaluation
correctFunctionCalls property
correctFunctionCalls property
dark_mode
light_mode
correctFunctionCalls
property
List
<
(
FunctionCallStatement
,
String
?
)
>
correctFunctionCalls
final
(Function Call, Actual Value)
Implementation
final List<(FunctionCallStatement, String?)> correctFunctionCalls;
dartblock_code package
documentation
models/evaluator
DartBlockFunctionOutputEvaluation
correctFunctionCalls property
DartBlockFunctionOutputEvaluation class