expiresAt property

DateTime? expiresAt
final

If the handler associated with this component has an expiration timeout, the time at which it will expire, otherwise null.

This is set as soon as this ComponentId is created, so ComponentIds should be used as soon as they are created.

Implementation

final DateTime? expiresAt;