Creates a Date with the given year, month, and day.
year
month
day
const Date({required this.year, this.month = 1, this.day = 1});