isMonday method

bool isMonday()

Implementation

bool isMonday() => weekday == DateTime.monday;