userAgent property
The user agent device type to simulate.
This determines which user agent string will be used for the request. Useful for mimicking different browsers or devices. If null, uses the default user agent.
Implementation
final UserAgentDevice? userAgent;