previousYear property

CalendarView get previousYear

Implementation

CalendarView get previousYear {
  return CalendarView(year - 1, month);
}