isWeekday property
bool
get
isWeekday
Return true
if is weekday, false
otherwise.
Implementation
bool get isWeekday => !isWeekend;
Return true
if is weekday, false
otherwise.
bool get isWeekday => !isWeekend;