weekOfYear method

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

Gets the week number using a specific configuration.

Implementation

int weekOfYear({WeekConfig config = WeekConfig.iso}) => _weekOfYear(config);