isSunday method

bool isSunday()

Implementation

bool isSunday() => weekday == DateTime.sunday;