copy method

Implementation

@deprecated
DateComponents copy() {
  return DateComponents(day: day, month: month, year: year);
}