isThursday method

bool isThursday()

Implementation

bool isThursday() => weekday == DateTime.thursday;