endOfWeek property

DateTime get endOfWeek

Implementation

DateTime get endOfWeek => startOfWeek.add(Duration(days: 6)).endOfDay();