expiresAt property
The date the session expires in ISO8601 format. When not specified, the expiry date is set to 1 hour after session creation. You cannot set the session expiry to more than 24 hours after session creation.
Implementation
@BuiltValueField(wireName: r'expiresAt')
DateTime? get expiresAt;