isMonday property

bool isMonday

Return true if this date day is monday

Implementation

bool get isMonday => weekday == DateTime.monday;