A class that represents a date period.
Enter only year, month, or day to be the period.
year
month
day
日付の期間を表すクラス。
year、month、dayのみを入力してその期間とします。
const DateDuration(this.year, this.month, this.day);