hasExpired method

bool hasExpired(
  1. DateTime time
)

Implementation

bool hasExpired(DateTime time) => expiresAt.isBefore(time);