copy method

Implementation

@override
VariableAssignmentStatement copy() {
  return VariableAssignmentStatement.init(name, value?.copy());
}