hasExpiresAt property

bool get hasExpiresAt

Returns true if expiresAt is not null, otherwise false.

Implementation

bool get hasExpiresAt => expiresAt != null;