firstDay property

The first day of this year

Implementation

Date get firstDay {
  return firstMonth.firstDay;
}