isThursday property

bool isThursday
  • return true if the date is Thursday, false otherwise.

Implementation

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