isFriday property

bool get isFriday

Checks if this is a Friday according to ISO 8601.

Implementation

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