PgDate({required this.year, required this.month, required this.day}) : _dateTime = DateTime(year, month, day);