isPast property

bool isPast

Return true if this date isBefore Date.now

Implementation

bool get isPast => isBefore(Date.today());