us constant

WeekYearConfig const us

US week year configuration (week starts Sunday).

Implementation

static const us = WeekYearConfig(weekStart: DateTime.sunday, yearStart: 1);