name property

  1. @TagNumber.new(3)
String get name

Publicly visible name of the application. This might be presented to users if they sign in.

Implementation

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

Implementation

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