isFuture property

bool isFuture

Return true if this date isAfter Date.now

Implementation

bool get isFuture => isAfter(Date.today());