isSunday property
bool
get
isSunday
Returns true if this date is Sunday
Implementation
bool get isSunday => DateComparisons.isSunday(this);
Returns true if this date is Sunday
bool get isSunday => DateComparisons.isSunday(this);