afterEvaluate property

void Function(EvaluateInput, EvaluateOutput) afterEvaluate
getter/setter pair

Implementation

void Function(EvaluateInput, EvaluateOutput) afterEvaluate =
    (EvaluateInput i, EvaluateOutput o) {};