appName property

  1. @TagNumber.new(4)
String get appName

Name of the client application.

Implementation

@$pb.TagNumber(4)
$core.String get appName => $_getSZ(3);
  1. @TagNumber.new(4)
set appName (String value)

Implementation

@$pb.TagNumber(4)
set appName($core.String value) => $_setString(3, value);