isSunday property

bool isSunday

Return true if this date day is sunday

Implementation

bool get isSunday => weekday == DateTime.sunday;