isFriday property

bool isFriday

Return true if this date day is friday

Implementation

bool get isFriday => weekday == DateTime.friday;