copy method

Implementation

DartBlockEvaluationResult copy() {
  return DartBlockEvaluationResult(List.from(evaluations));
}