isExpired method

bool isExpired()

Implementation

bool isExpired() {
  return isBefore(DateTime.now());
}