name property

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

Local alias used to reference this module in FunctionCall.module. Freely chosen by the importing module — does not need to match the imported module's own Module.name.

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);