copy method

Implementation

@override
DartBlockAlgebraicExpression copy() {
  return DartBlockAlgebraicExpression.init(compositionNode.copy());
}