isFriday property

bool get isFriday

Returns true if this date is Friday

Implementation

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