name property

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

Name is the display name of the instance. This can be changed by the instance administrator.

Implementation

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

Implementation

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