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