copy method

Implementation

DartBlockEvaluator copy() {
  return DartBlockEvaluator(List.from(schemas.map((e) => e.copy())));
}