Represents a date according to the Gregorian calendar
const Date({ required this.day, required this.month, required this.year, });