The browser's user-agent string, as reported by Navigator.userAgent.
Navigator.userAgent
If no Navigator object is a available, the value will be the string "unknown".
Navigator
"unknown"
@override String get userAgent => _throwIfUnset(_userAgent, _className, json_key.userAgent);