description property
Description is a human-readable description of the user agent.
Implementation
@$pb.TagNumber(3)
$core.String get description => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set description($core.String value) => $_setString(2, value);