isSunday property

bool get isSunday

Returns true if this date is Sunday

Implementation

bool get isSunday => DateComparisons.isSunday(this);