isDue property

bool isDue
inherited

Implementation

bool get isDue => (displayDate ?? dueDate ?? DateTime.now()).isPast;