copy method

Time copy()

Implementation

Time copy() {
  return Time(days: days, hours: hours, minutes: minutes, seconds: seconds);
}