userAgent property

  1. @TagNumber.new(6)
String get userAgent

The user agent sent by the client. Example: "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Q312461; .NET CLR 1.0.3705)".

Implementation

@$pb.TagNumber(6)
$core.String get userAgent => $_getSZ(5);
  1. @TagNumber.new(6)
set userAgent (String value)

Implementation

@$pb.TagNumber(6)
set userAgent($core.String value) => $_setString(5, value);