isPast property

bool get isPast

Implementation

bool get isPast {
  return this.isBefore(DateHelper.now);
}