hasNotExpiresAt property
bool
get
hasNotExpiresAt
Returns true if expiresAt
is null, otherwise false.
Implementation
bool get hasNotExpiresAt => !hasExpiresAt;
Returns true if expiresAt
is null, otherwise false.
bool get hasNotExpiresAt => !hasExpiresAt;