endOfWeek property

Date endOfWeek

Return the end of the week for this date. The result will be in the local timezone.

Implementation

Date get endOfWeek => startOfWeek.addDays(6);