hasNotExpiresAt property

bool get hasNotExpiresAt

Returns true if expiresAt is null, otherwise false.

Implementation

bool get hasNotExpiresAt => !hasExpiresAt;