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