name property

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

The fully qualified name of the declaration.

Declarations are organized in containers and this represents the full path to the declaration in its container, as in google.api.expr.Decl.

Declarations used as google.api.expr.v1alpha1.Decl.FunctionDecl.Overload parameters may or may not have a name depending on whether the overload is function declaration or a function definition containing a result google.api.expr.v1alpha1.Expr.

Implementation

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

Implementation

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