isWeekday property
bool
get
isWeekday
Returns true if this date is a weekday (Monday-Friday)
Implementation
bool get isWeekday => DateComparisons.isWeekday(this);
Returns true if this date is a weekday (Monday-Friday)
bool get isWeekday => DateComparisons.isWeekday(this);