userAgent property
read / write
Gets and sets 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.
Implementation
String? userAgent;
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/HttpClient/userAgent.html