copy method

Implementation

DartBlockVariableDefinition copy() {
  return DartBlockVariableDefinition(name, dataType);
}