getWeekSunday method

DateTime getWeekSunday()

그 주의 일요일 가져오기

Implementation

DateTime getWeekSunday() {
  return add(Duration(days: 7 - weekday));
}