condition property

HiCond condition
latefinal

The TTL condition for checking expiration.

Implementation

late final condition = ttlNotExpiredCondition(
  name: 'ttl:notExpired',
  metaKey: metaKey,
  createdAtKey: createdAtKey,
  ttlSecondsKey: ttlSecondsKey,
  nowProvider: nowProvider,
);