weekYear property

int weekYear

The ISO week year.

This is typically the current year, unless the week is part of the previous or next year, see https://en.wikipedia.org/wiki/ISO_week_date for details.

Implementation

int get weekYear => _isoWeekData.weekYear;