isFriday method

bool isFriday()

Implementation

bool isFriday() => weekday == DateTime.friday;