String userAgent
read / write

Set and get the default value of the User-Agent header for all requests generated by this HttpClient. The default value is Dart/<version> (dart:io).

If the userAgent is set to null, no default User-Agent header will be added to each request.