DateMonth copyWith({int? year, int? month}) { return DateMonth(year ?? this.year, month ?? this.month); }