isTuesday property

bool isTuesday
  • return true if the date is Tuesday, false otherwise.

Implementation

bool get isTuesday => weekday == DateTime.tuesday;