isThursday property

bool isThursday

Return true if this date day is thursday

Implementation

bool get isThursday => weekday == DateTime.thursday;