copy abstract method

Date copy({
  1. int? year,
  2. int? month,
  3. int? day,
})

Implementation

Date copy({int? year, int? month, int? day});