copy method

Implementation

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