weekYear method

int weekYear({
  1. WeekConfig config = WeekConfig.iso,
})

Gets the week year using a specific configuration.

Implementation

int weekYear({WeekConfig config = WeekConfig.iso}) => _weekYear(config);