expiresAt property
dynamic
expiresAt
getter/setter pair
A timestamp of when the token will expire. Returned when a login is confirmed.
Implementation
late dynamic expiresAt = _expiresAt;
A timestamp of when the token will expire. Returned when a login is confirmed.
late dynamic expiresAt = _expiresAt;